From 14508ec8dca5dac082c410536466a15c7a6735e8 Mon Sep 17 00:00:00 2001 From: ccoane Date: Tue, 4 Oct 2022 20:41:19 -0500 Subject: [PATCH] Add "collection" to the ansible-galaxy command as it will run without making changes if that collection argument is not provided. (#113) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 922e527..f78d716 100644 --- a/README.md +++ b/README.md @@ -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. -- 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