Removing some cruft related to _local_action value on Task, which was removed

Fixes #12819
This commit is contained in:
James Cammarata
2015-10-19 16:52:27 -04:00
parent 923fc9fb15
commit e5b6d802bf
3 changed files with 12 additions and 37 deletions

View File

@@ -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')