moved several directives so they are not settable at play, block, role and task levels

This commit is contained in:
Brian Coca 2015-10-22 07:47:58 -04:00
commit d861e7dd5d
2 changed files with 3 additions and 3 deletions

View file

@ -53,6 +53,9 @@ class Base:
# flags and misc. settings
_environment = FieldAttribute(isa='list')
_no_log = FieldAttribute(isa='bool')
_always_run = FieldAttribute(isa='bool')
_run_once = FieldAttribute(isa='bool')
_ignore_errors = FieldAttribute(isa='bool')
# param names which have been deprecated/removed
DEPRECATED_ATTRIBUTES = [