diff options
Diffstat (limited to 'ansible/ansible.cfg')
-rw-r--r-- | ansible/ansible.cfg | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index ff9ee50..63626ea 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -5,6 +5,8 @@ vault_password_file = vault_passwords collections_path = .ansible/galaxy_collections/ roles_path = .ansible/galaxy_roles/:roles/ +ansible_managed = Managed by Ansible (do not edit). Role: {{{{ role_name }}}}, Template: {{{{ template_path | basename }}}} + [privilege_escalation] become = yes |