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 do restorecon to ensure SELinux is happy as we do this in /var/www/html)
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:
composer-cli compose delete)composer-cli blueprint delete)ostree pull-local,ostree summary --update, we also dorestoreconto ensure SELinux is happy as we do this in /var/www/html)