mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
system_warnings = False -> True + deprecation_warnings = False -> True
This commit is contained in:
parent
8e71469b52
commit
473680db84
1 changed files with 2 additions and 2 deletions
|
@ -96,12 +96,12 @@ ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid}
|
|||
# system running ansible itself. This may include warnings about 3rd party packages or
|
||||
# other conditions that should be resolved if possible.
|
||||
# to disable these warnings, set the following value to False:
|
||||
system_warnings = False
|
||||
system_warnings = True
|
||||
|
||||
# by default (as of 1.4), Ansible may display deprecation warnings for language
|
||||
# features that should no longer be used and will be removed in future versions.
|
||||
# to disable these warnings, set the following value to False:
|
||||
deprecation_warnings = False
|
||||
deprecation_warnings = True
|
||||
|
||||
# set plugin path directories here, separate with colons
|
||||
action_plugins = /usr/share/ansible_plugins/action_plugins
|
||||
|
|
Loading…
Add table
Reference in a new issue