mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-08 03:33:10 +00:00
Prevent loop_control from being inherited via parent includes
Fixes #16542
This commit is contained in:
@@ -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']
|
||||
|
||||
Reference in New Issue
Block a user