always_run: removed deprecated always_run task option (#40470)

This commit is contained in:
Jordan Borean 2018-05-23 07:10:36 +10:00 committed by GitHub
parent 7145dd05b6
commit 070a5557d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 6 additions and 14 deletions

View file

@ -578,7 +578,6 @@ class Base(FieldAttributeBase):
# flags and misc. settings
_environment = FieldAttribute(isa='list', extend=True, prepend=True)
_no_log = FieldAttribute(isa='bool')
_always_run = FieldAttribute(isa='bool')
_run_once = FieldAttribute(isa='bool')
_ignore_errors = FieldAttribute(isa='bool')
_check_mode = FieldAttribute(isa='bool')