mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix 'cancled' misspelling in --step debug
This commit is contained in:
@@ -819,7 +819,7 @@ class StrategyBase:
|
||||
display.debug("User ran task")
|
||||
ret = True
|
||||
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
|
||||
ret = True
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user