From cb704edc423465a68708d7dfe9c2069330a6d582 Mon Sep 17 00:00:00 2001 From: Timothy Stewart Date: Wed, 14 Sep 2022 20:56:12 -0500 Subject: [PATCH] chore(docs): Updated with collections command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b84849..1a954fa 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 [ansible.utils](https://galaxy.ansible.com/ansible/utils) by `running ansible-galaxy collection install ansible.utils` +- You will also need to install collections that this playbook uses by running `ansible-galaxy install -r ./collections/requirements.yml` ## 🚀 Getting Started