Compare commits

...

2 commits

Author SHA1 Message Date
db769e1c16 Merge branch 'master' into linuxmint 2023-02-22 23:53:28 +01:00
401af4717e always show ansible diffs 2023-02-22 12:10:09 +01:00

View file

@ -1,5 +1,4 @@
[defaults] [defaults]
# (pathspec) Colon separated paths in which Ansible will search for Roles.
roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles roles_path=~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:roles
inventory=inventory inventory=inventory
vault_password_file=./.vault_password vault_password_file=./.vault_password
@ -7,3 +6,6 @@ playbook_dir=playbooks
[privilege_escalation] [privilege_escalation]
become_ask_pass=true become_ask_pass=true
[diff]
always = True