Open
Description
Hi there!
We currently use our own Ansible role to compose and 'compile' edge-commit images for our clients. And I've refactored some of the code to use the modules in this collection and our code has become a lot simpler doing so :-)
However, there are a few actions in our role we cannot replace, as there's no role for it:
- Removing (finished) builds (
composer-cli compose delete
) - Removing blueprints (
composer-cli blueprint delete
) - Applying an update to an existing ostree (
ostree pull-local
,ostree summary --update
, we also dorestorecon
to ensure SELinux is happy as we do this in /var/www/html)
Metadata
Assignees
Labels
No labels
Activity