Files
dotfiles/ansible.cfg

6 lines
114 B
INI
Raw Permalink Normal View History

2017-09-02 19:47:19 +02:00
[defaults]
retry_files_enabled = False
2018-02-08 21:40:16 +01:00
nocows = 1
roles_path = ./ansible_roles
2025-11-11 15:08:33 +01:00
interpreter_python = "auto_silent"