From 6b670596f322dab180682646a20c821ad85a3036 Mon Sep 17 00:00:00 2001
From: Jim Rigsbee <jrigsbee@redhat.com>
Date: Fri, 28 Feb 2020 20:05:40 +0100
Subject: [PATCH] Parameterize the waiting of AWS power state.

---
 ansible/configs/ocp4-workshop/README.adoc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/ansible/configs/ocp4-workshop/README.adoc b/ansible/configs/ocp4-workshop/README.adoc
index 935c985..708f748 100644
--- a/ansible/configs/ocp4-workshop/README.adoc
+++ b/ansible/configs/ocp4-workshop/README.adoc
@@ -22,7 +22,7 @@
 
 * `ansible-playbook ansible/destroy.yaml -e @/home/myself/myenvironment-variables.yml -e@/home/myself/my_secret.yml`
 
-== Sample Environmet Variables
+== Sample Environment Variables
 
 [source,yaml]
 ----
@@ -32,6 +32,7 @@
 cloud_provider: ec2
 cloud_tags: {'Purpose': 'development'}
 aws_region: us-east-2
+aws_instance_wait_for_stop: true
 cloudformation_retries: 0
 key_name: ocpkey
 software_to_deploy: none

--
Gitblit v1.9.3