mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
moved any_errors_fatal to base (#21585)
This commit is contained in:
parent
fb8aa5637a
commit
30c6a77045
4 changed files with 1 additions and 3 deletions
|
@ -163,6 +163,7 @@ class Base(with_metaclass(BaseMeta, object)):
|
|||
_run_once = FieldAttribute(isa='bool')
|
||||
_ignore_errors = FieldAttribute(isa='bool')
|
||||
_check_mode = FieldAttribute(isa='bool')
|
||||
_any_errors_fatal = FieldAttribute(isa='bool', default=False, always_post_validate=True)
|
||||
|
||||
# param names which have been deprecated/removed
|
||||
DEPRECATED_ATTRIBUTES = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue