You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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)
The text was updated successfully, but these errors were encountered:
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 dorestorecon
to ensure SELinux is happy as we do this in /var/www/html)The text was updated successfully, but these errors were encountered: