Prevent loop_control from being inherited via parent includes

Fixes #16542
pull/16381/merge
James Cammarata 8 years ago
parent 584ffe0c64
commit 06379bb288

@ -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…
Cancel
Save