Skip to content

Sudo requirement for os_openstacksdk should be unnecessary if packages are already installed #75

@JDiprose

Description

@JDiprose

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions