mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Treat "static: yes/no" with higher priority than "task_includes_static" in ansible.cfg
This commit is contained in:
@@ -41,7 +41,7 @@ class TaskInclude(Task):
|
||||
# =================================================================================
|
||||
# ATTRIBUTES
|
||||
|
||||
_static = FieldAttribute(isa='bool', default=False)
|
||||
_static = FieldAttribute(isa='bool', default=None)
|
||||
|
||||
@staticmethod
|
||||
def load(data, block=None, role=None, task_include=None, variable_manager=None, loader=None):
|
||||
|
||||
Reference in New Issue
Block a user