mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
deprecated msg: fix a typo
This commit is contained in:
committed by
Brian Coca
parent
3ffe44c70d
commit
045f0ff520
@@ -139,7 +139,7 @@ def load_list_of_tasks(ds, play, block=None, role=None, task_include=None, use_h
|
|||||||
is_static = True
|
is_static = True
|
||||||
elif t.static is not None:
|
elif t.static is not None:
|
||||||
display.deprecated("The use of 'static' has been deprecated. "
|
display.deprecated("The use of 'static' has been deprecated. "
|
||||||
"Use 'import_role' for static inclusion, or 'include_role' for dynamic inclusion")
|
"Use 'import_tasks' for static inclusion, or 'include_tasks' for dynamic inclusion")
|
||||||
is_static = t.static
|
is_static = t.static
|
||||||
else:
|
else:
|
||||||
is_static = C.DEFAULT_TASK_INCLUDES_STATIC or \
|
is_static = C.DEFAULT_TASK_INCLUDES_STATIC or \
|
||||||
|
|||||||
Reference in New Issue
Block a user