dawidd6 / action-ansible-playbook

:gear: A GitHub Action for running Ansible playbooks
MIT License
298 stars 66 forks source link

Feature request: ansible-galaxy install force flag #64

Closed clincha closed 1 year ago

clincha commented 1 year ago

/bin/ansible-galaxy role install -r galaxy-requirements.yml monolithprojects.github_actions_runner (1.16.0) is already installed, skipping. /bin/ansible-galaxy collection install -r galaxy-requirements.yml Process install dependency map ERROR! Cannot meet requirement community.general:5.8.0 as it is already installed at version '5.6.0'. Use --force to overwrite Error: The process '/bin/ansible-galaxy' failed with exit code 1

When trying to install an updated version of an Ansible Galaxy package there is an error message, The error suggests setting the force flag to overwrite the previous version of the package. It's not possible to pass through this force flag using the module at this time.

dawidd6 commented 1 year ago

Please open a PR adding this.

dawidd6 commented 1 year ago

No interest since then. Closing.