Преглед на файлове

Merge pull request #6425 from joelddiaz/aws-readme

Automatic merge from submit-queue.

correct ansible-playbook command syntax
OpenShift Merge Robot преди 7 години
родител
ревизия
f894bcf6e7
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      playbooks/aws/README.md

+ 1 - 1
playbooks/aws/README.md

@@ -134,7 +134,7 @@ At this point we have successfully created the infrastructure including the mast
 Now it is time to install Openshift using the openshift-ansible installer.  This can be achieved by running the following playbook:
 
 ```
-$ ansible-playbook -i inventory.yml install.yml @provisioning_vars.yml
+$ ansible-playbook -i inventory.yml install.yml -e @provisioning_vars.yml
 ```
 This playbook accomplishes the following:
 1. Builds a dynamic inventory file by querying AWS.