issue #587: disable deprecation_warnings for CI.

Our use case justifies it
This commit is contained in:
David Wilson 2019-05-26 12:06:14 +01:00
parent f35194fe0f
commit ce80e326fe
1 changed files with 3 additions and 0 deletions

View File

@ -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