add lines for better error reading
This commit is contained in:
parent
e0da502c59
commit
a8b6215fef
1 changed files with 5 additions and 0 deletions
|
@ -19,6 +19,11 @@ vault_password_file = ./vault.secret
|
||||||
# Ansible-Verhalten
|
# Ansible-Verhalten
|
||||||
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S
|
ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S
|
||||||
|
|
||||||
|
# Use the YAML callback plugin.
|
||||||
|
stdout_callback = yaml
|
||||||
|
# Use the stdout_callback when running ad-hoc commands.
|
||||||
|
bin_ansible_callbacks = True
|
||||||
|
|
||||||
[privilege_escalation]
|
[privilege_escalation]
|
||||||
become = True
|
become = True
|
||||||
become_method = sudo
|
become_method = sudo
|
||||||
|
|
Loading…
Add table
Reference in a new issue