fix indents

This commit is contained in:
Michael DeHaan 2012-08-11 12:20:16 -04:00
parent c9a5ce3685
commit 72faf8eb0a
3 changed files with 5 additions and 4 deletions

View file

@ -397,7 +397,8 @@ class PlaybookCallbacks(object):
while True:
result = prompt(msg, private)
second = prompt("confirm " + msg, private)
if result == second: break
if result == second:
break
print "***** VALUES ENTERED DO NOT MATCH ****"
else:
result = prompt(msg, private)