From 1de6236f80a879ca110981fe0e5c0c05c521225b Mon Sep 17 00:00:00 2001
From: Olaf Bohlen <olaf.bohlen@niit.com>
Date: Thu, 20 Aug 2020 10:06:45 +0200
Subject: [PATCH] new stuff during t3

---
 play-with-complex-template.yml |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/play-with-complex-template.yml b/play-with-complex-template.yml
index 15c5473..46a7512 100644
--- a/play-with-complex-template.yml
+++ b/play-with-complex-template.yml
@@ -1,19 +1,11 @@
 ---
 - name: Simple play for class DO407 which introduces complex j2 templates
-  hosts: server, desktop, demoext
+  hosts: localhost
   become: true
-  vars:
-    users:
-      - bob:
-          name: Bob Andersen
-          home: /home/bob
-      - anne:
-          name: Anne Clark
-          home: /home/anne
   tasks:
     - name: use template to create /etc/motd
       template:
         src: motd-complex.j2
         dest: /etc/motd
-
+      
 

--
Gitblit v1.9.3