diff --git a/.ansible.cfg b/.ansible.cfg
index b449281c30cf8923cec8d296a7fff601624bc6e4..032987fc463cca5b4dd44f657725d0ecddc88d07 100644
--- a/.ansible.cfg
+++ b/.ansible.cfg
@@ -1,15 +1,16 @@
 [defaults]
+command_warnings = True
 deprecation_warnings = True
 gathering = smart
 fact_caching = jsonfile
-fact_caching_connection = /tmp/ansible_fact_cache
+fact_caching_connection = /tmp/ansible_fact_cache/
 fact_caching_timeout = 86400
 #vault_password_file = ~/.ansible-vault
 #host_key_checking = False
 forks = 5
 inventory = inventory
 #sudo_exe = sudo # OpenBSD uses doas from 5.8.
-retry_files_save_path = /tmp/ansible_retry
+retry_files_save_path = /tmp/ansible_retry/
 
 [ssh_connection]
 pipelining = True