1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Correct invalid reference to global display

This commit is contained in:
Abhijit Menon-Sen 2015-07-30 22:52:47 +05:30
parent 10def3aa54
commit ff2d160fff

View file

@ -262,7 +262,7 @@ class PlaybookExecutor:
second = do_prompt("confirm " + msg, private)
if result == second:
break
display("***** VALUES ENTERED DO NOT MATCH ****")
self._display.display("***** VALUES ENTERED DO NOT MATCH ****")
else:
result = do_prompt(msg, private)