summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOleg Pykhalov <go.wigust@gmail.com>2019-03-26 12:17:50 +0300
committerOleg Pykhalov <go.wigust@gmail.com>2019-03-26 12:17:50 +0300
commit51443b7fd0bd96b60f7f83389cd698c70ba6435b (patch)
tree78c4e5d70ae8f3f758b37ab3665931a15c5ff07e
parentInitial hello world playbook (diff)
downloadansible-tower-samples-51443b7fd0bd96b60f7f83389cd698c70ba6435b.tar.gz
hello_world.yml: Add 'Show Variable' task.HEADwip
-rw-r--r--hello_world.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/hello_world.yml b/hello_world.yml
index 20632c6..0570c4b 100644
--- a/hello_world.yml
+++ b/hello_world.yml
@@ -4,4 +4,6 @@
- name: Hello Message
debug:
msg: "Hello World!"
-
+ - name: Show Variable
+ debug:
+ var: web_user