issue #587: disable deprecation_warnings for CI.

Our use case justifies it
pull/595/head
David Wilson 5 years ago
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…
Cancel
Save