From ce015fcaf8834f243c74254f901c15024fd2eb92 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 9 Aug 2012 21:42:47 -0400 Subject: [PATCH] add output of password step for easy testing --- examples/playbooks/prompts.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/playbooks/prompts.yml b/examples/playbooks/prompts.yml index fc9797f1083..a77f38e2031 100644 --- a/examples/playbooks/prompts.yml +++ b/examples/playbooks/prompts.yml @@ -46,6 +46,13 @@ # a package version to use with the yum module. tasks: + - name: imagine this did something interesting with $release_version action: shell echo foo >> /tmp/$release_version-$alpha + - name: look we crypted a password + action: shell echo my password is $my_password2 + + + +