From 0023fe95127ed6bbc98f3cddafb302b178ff36e4 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 20 Dec 2016 13:12:22 +0000 Subject: [PATCH] Add ansible-galaxy command to instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0949686..99b5887 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ ## Usage +``` +ansible-galaxy install -r requirements.yml +``` + ```bash $ ansible-playbook main.yml -i inventory ```