Skip to content

Commit e83e166

Browse files
committed
Re enable host key checking
1 parent 1c875c8 commit e83e166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ansible/ansible.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[defaults]
22

33
stdout_callback = debug
4-
host_key_checking = False
4+
host_key_checking = True
55
retry_files_enabled = False
66

77
# Fixes ansible variable precedence issue: Makes inventory group_vars override playbook group_vars

0 commit comments

Comments
 (0)