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