mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Removing some cruft related to _local_action value on Task, which was removed
Fixes #12819
This commit is contained in:
@@ -79,7 +79,6 @@ class Task(Base, Conditional, Taggable, Become):
|
||||
_ignore_errors = FieldAttribute(isa='bool')
|
||||
_loop = FieldAttribute(isa='string', private=True)
|
||||
_loop_args = FieldAttribute(isa='list', private=True)
|
||||
_local_action = FieldAttribute(isa='string')
|
||||
_name = FieldAttribute(isa='string', default='')
|
||||
_notify = FieldAttribute(isa='list')
|
||||
_poll = FieldAttribute(isa='int')
|
||||
|
||||
Reference in New Issue
Block a user