deploy-base/README.md

9 lines
427 B
Markdown
Raw Permalink Normal View History

2019-02-26 03:49:51 +00:00
## deploy_base
This playbook is used to test my misc. roles that I intend to use as a deployment framework.
### Known issues
The package updates for atomic aren't idempotent. Some previous OSTree txn register a change, regardless of the actual activity.
2019-02-26 03:49:51 +00:00
Simply comment out the `update-packages` role in [play.yml](./play.yml) to avoid this, if desired.
I don't use Atomic/OSTree based things. Support will likely be removed.