From d6eec1cff874dabd1f604085fede719fa18425d1 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 14 Nov 2021 13:11:39 +0000 Subject: [PATCH] Document how to install requirements --- requirements.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements.yml b/requirements.yml index 2bd63e4..b3a3c3e 100644 --- a/requirements.yml +++ b/requirements.yml @@ -13,6 +13,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +# Install with `ansible-galaxy install -r requirements.yml`. + collections: - ansible.posix - community.general