Thanks for this role! It's working wonderfully; I'm using it in some Incus containers.
I'm an inexperienced new ansible user, and caused myself an issue with global become: true in a playbook calling this role. Everything went smoothly until elevation was requested for tasks using delegate_to: localhost. The instances I ran across before correcting my mistake were:
- querying for latest version (update.yml:76) and
- check for existing server on Komodo Core (manage_server.yml:74)
in both these cases an explicit become:false would save me from myself :)
Chris