mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
add any_errors_fatal global config
This commit is contained in:
parent
e9447e9481
commit
32fa4db232
3 changed files with 22 additions and 8 deletions
|
@ -180,6 +180,16 @@ ANSIBLE_SSH_RETRIES:
|
|||
value_type: integer
|
||||
vars: []
|
||||
yaml: {key: ssh_connection.retries}
|
||||
ANY_ERRORS_FATAL:
|
||||
default: False
|
||||
env:
|
||||
- name: ANSIBLE_ANY_ERRORS_FATAL
|
||||
ini:
|
||||
- section: defauls
|
||||
key: any_errors_fatal
|
||||
value_type: boolean
|
||||
vars: []
|
||||
yaml: {key: errors.anyerrors_fatal}
|
||||
BECOME_ALLOW_SAME_USER:
|
||||
default: False
|
||||
desc: 'TODO: write it'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue