Add "collection" to the ansible-galaxy command as it will run without making changes if that collection argument is not provided. (#113)

This commit is contained in:
ccoane 2022-10-04 20:41:19 -05:00 committed by GitHub
parent fb6c9a6866
commit 14508ec8dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,7 +34,7 @@ on processor architecture:
- `server` and `agent` nodes should have passwordless SSH access, if not you can supply arguments to provide credentials `--ask-pass --ask-become-pass` to each command. - `server` and `agent` nodes should have passwordless SSH access, if not you can supply arguments to provide credentials `--ask-pass --ask-become-pass` to each command.
- You will also need to install collections that this playbook uses by running `ansible-galaxy install -r ./collections/requirements.yml` - You will also need to install collections that this playbook uses by running `ansible-galaxy collection install -r ./collections/requirements.yml`
## 🚀 Getting Started ## 🚀 Getting Started