|
become: "{{ ansible_facts.system != 'Darwin' }}" |
The way the os_openstacksdk Ensure required packages are installed task is currently specified requires sudo privileges even if the packages are already installed. If would be nice if that was not necessary, for example by splitting the package presence check from the install. The following seems a relevant example:
https://stackoverflow.com/questions/65834036/how-to-use-the-package-module-as-non-root-user