Commit 72faf8eb by Michael DeHaan

fix indents

parent c9a5ce36
...@@ -397,7 +397,8 @@ class PlaybookCallbacks(object): ...@@ -397,7 +397,8 @@ class PlaybookCallbacks(object):
while True: while True:
result = prompt(msg, private) result = prompt(msg, private)
second = prompt("confirm " + msg, private) second = prompt("confirm " + msg, private)
if result == second: break if result == second:
break
print "***** VALUES ENTERED DO NOT MATCH ****" print "***** VALUES ENTERED DO NOT MATCH ****"
else: else:
result = prompt(msg, private) result = prompt(msg, private)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment