issue #587: disable deprecation_warnings for CI.
Our use case justifies it
This commit is contained in:
parent
f35194fe0f
commit
ce80e326fe
|
@ -13,6 +13,9 @@ retry_files_enabled = False
|
|||
display_args_to_stdout = True
|
||||
forks = 100
|
||||
|
||||
# We use lots of deprecated functionality to support older versions.
|
||||
deprecation_warnings = False
|
||||
|
||||
# issue #434; hosts/delegate_to; integration/delegate_to
|
||||
remote_user = ansible-cfg-remote-user
|
||||
|
||||
|
|
Loading…
Reference in New Issue