From 3de2841cf54dc51cc23e4420b23f5e22b1598516 Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@users.noreply.github.com>
Date: Tue, 12 Feb 2019 06:14:33 +0100
Subject: [PATCH] fixed YAML template to match v2.0.8 tag update

---
 exercises/1-the-manual-menace/README.md |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/exercises/1-the-manual-menace/README.md b/exercises/1-the-manual-menace/README.md
index bb3fc8a..e55f41d 100644
--- a/exercises/1-the-manual-menace/README.md
+++ b/exercises/1-the-manual-menace/README.md
@@ -165,20 +165,20 @@
 ```yaml
     - name: "{{ dev_namespace }}"
       template: "{{ playbook_dir }}/templates/project-requests.yml"
-      template_action: create
+      action: create
       params: "{{ playbook_dir }}/params/project-requests-dev"
       tags:
       - projects
     - name: "{{ test_namespace }}"
       template: "{{ playbook_dir }}/templates/project-requests.yml"
-      template_action: create
+      action: create
       params: "{{ playbook_dir }}/params/project-requests-test"
       tags:
       - projects
 ```
 ![project-request-yaml](../images/exercise1/project-request-yml.png)
 
-For Microsoft Windows systems, you need to run Ansible and OpenShift client commands from inside the `do500-toolbox` container.
+For Microsoft Windows systems, you need to run Ansible and OpenShift client commands from inside the `do500-toolbox` container. Linux and MacOS users should skip this step and jump directly to Step 10.
 
 <p class="tip">
 NOTE - On Microsoft Windows systems, we recommend you keep the container running for the duration of the lab. Run all Ansible and OpenShift client ("oc") CLI commands from inside the container. Do NOT launch the container on Linux and MacOS systems, since you should already have Ansible and the OpenShift client natively installed on your system by following the pre-requisites setup guide.

--
Gitblit v1.9.3