Update playbook_executor.py

Wrong error message is display.
pull/80594/head
SOBNGWI 1 year ago committed by GitHub
parent 748f534312
commit a6a36cd195
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -265,7 +265,7 @@ class PlaybookExecutor:
if context.CLIARGS['start_at_task'] and not self._tqm._start_at_done:
display.error(
"No matching task \"%s\" found."
" Note: --start-at-task can only follow static includes."
" Note: --start-at-task can only follow dynamic includes."
% context.CLIARGS['start_at_task']
)

Loading…
Cancel
Save