mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-28 11:59:09 -07:00
Treat "static: yes/no" with higher priority than "task_includes_static" in ansible.cfg
This commit is contained in:
parent
438ed70a43
commit
5ee38617b9
2 changed files with 8 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue