From dbbf2fc3d7a840e8fbbca129d6d0f1cf77c3403e Mon Sep 17 00:00:00 2001 From: raffaelespazzoli Date: Mon, 23 Apr 2018 08:56:13 -0400 Subject: [PATCH] fixed #236 --- docs/PROVISIONING_GCP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PROVISIONING_GCP.md b/docs/PROVISIONING_GCP.md index 320f1905..c23364d3 100644 --- a/docs/PROVISIONING_GCP.md +++ b/docs/PROVISIONING_GCP.md @@ -183,7 +183,7 @@ Checkout the version of casl that you want to use and run the galaxy command: ``` git clone https://github.com/redhat-cop/casl-ansible cd casl-ansible -ansible-galaxy install -r casl-requirements.yml -p roles +ansible-galaxy install -r casl-requirements.yml -p galaxy ``` at this point you can run the playbook this way: ```