Skip to content

Commit

Permalink
ansible: disable deprecation_warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Jan 8, 2021
1 parent de341df commit 06fb7af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ remote_tmp = /tmp/${USER}/ansible
allow_world_readable_tmpfiles = false # or "true" if the temporary directory on the remote host is mounted with POSIX acls disabled or the remote machines use ZFS.
host_key_checking = false
timeout=60
deprecation_warnings=False

[persistent_connection]
retries = 3
Expand Down

0 comments on commit 06fb7af

Please sign in to comment.