still needs static for task object
This commit is contained in:
parent
39c9c6b942
commit
48dee1b6d0
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ class IncludeRole(Task):
|
||||||
# private as this is a 'module options' vs a task property
|
# private as this is a 'module options' vs a task property
|
||||||
_allow_duplicates = FieldAttribute(isa='bool', default=True, private=True)
|
_allow_duplicates = FieldAttribute(isa='bool', default=True, private=True)
|
||||||
_private = FieldAttribute(isa='bool', default=None, private=True)
|
_private = FieldAttribute(isa='bool', default=None, private=True)
|
||||||
|
_static = FieldAttribute(isa='bool', default=None)
|
||||||
|
|
||||||
def __init__(self, block=None, role=None, task_include=None):
|
def __init__(self, block=None, role=None, task_include=None):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue