mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Adding a new system_warnings config option to supress warnings
This commit is contained in:
parent
bf7c51ad8a
commit
6069ff6e9e
4 changed files with 34 additions and 3 deletions
|
@ -477,6 +477,19 @@ playbook. The default is the most logical: 'root'::
|
|||
|
||||
sudo_user=root
|
||||
|
||||
.. _system_warnings:
|
||||
|
||||
system_warnings
|
||||
===============
|
||||
|
||||
.. versionadded:: 1.6
|
||||
|
||||
Allows disabling of warnings related to potential issues on the system running ansible itself (not on the managed hosts)::
|
||||
|
||||
system_warnings = True
|
||||
|
||||
These may include warnings about 3rd party packages or other conditions that should be resolved if possible.
|
||||
|
||||
.. _timeout:
|
||||
|
||||
timeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue