mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix 'cancled' misspelling in --step debug
This commit is contained in:
@@ -819,7 +819,7 @@ class StrategyBase:
|
|||||||
display.debug("User ran task")
|
display.debug("User ran task")
|
||||||
ret = True
|
ret = True
|
||||||
elif resp.lower() in ['c', 'continue']:
|
elif resp.lower() in ['c', 'continue']:
|
||||||
display.debug("User ran task and cancled step mode")
|
display.debug("User ran task and canceled step mode")
|
||||||
self._step = False
|
self._step = False
|
||||||
ret = True
|
ret = True
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user