Skip to content

Commit 06fb7af

Browse files
committed
ansible: disable deprecation_warnings
1 parent de341df commit 06fb7af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ansible.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ remote_tmp = /tmp/${USER}/ansible
55
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.
66
host_key_checking = false
77
timeout=60
8+
deprecation_warnings=False
89

910
[persistent_connection]
1011
retries = 3

0 commit comments

Comments
 (0)