Prevent loop_control from being inherited via parent includes
Fixes #16542
This commit is contained in:
parent
584ffe0c64
commit
06379bb288
1 changed files with 3 additions and 0 deletions
|
@ -451,3 +451,6 @@ class Task(Base, Conditional, Taggable, Become):
|
|||
|
||||
def _get_attr_loop(self):
|
||||
return self._attributes['loop']
|
||||
|
||||
def _get_attr_loop_control(self):
|
||||
return self._attributes['loop_control']
|
||||
|
|
Loading…
Add table
Reference in a new issue