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
|
2023-08-31 01:51:33 +00:00
|
|
|
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
|
|
|
|
2023-08-31 01:51:33 +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.
|