summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
diff options
context:
space:
mode:
authorJoel Diaz <jdiaz@redhat.com>2017-12-11 11:22:00 -0500
committerJoel Diaz <jdiaz@redhat.com>2017-12-11 11:22:00 -0500
commit953eedd896c821ec5fee7ce15cf9d2a9b7e69c87 (patch)
tree8fe813f6ffc04b625dcce7ea6f8ce65a4f5e911e /playbooks/aws
parent54c10a0312eb4f168035573f6b8260e1b9b99d91 (diff)
downloadopenshift-953eedd896c821ec5fee7ce15cf9d2a9b7e69c87.tar.gz
openshift-953eedd896c821ec5fee7ce15cf9d2a9b7e69c87.tar.bz2
openshift-953eedd896c821ec5fee7ce15cf9d2a9b7e69c87.tar.xz
openshift-953eedd896c821ec5fee7ce15cf9d2a9b7e69c87.zip
correct ansible-playbook command syntax
Diffstat (limited to 'playbooks/aws')
-rw-r--r--playbooks/aws/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/README.md b/playbooks/aws/README.md
index c6fc75a50..d203b9cda 100644
--- a/playbooks/aws/README.md
+++ b/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.