add lines for better error reading

This commit is contained in:
= 2025-06-29 18:54:03 +02:00
parent e0da502c59
commit a8b6215fef

View file

@ -19,6 +19,11 @@ vault_password_file = ./vault.secret
# Ansible-Verhalten
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]
become = True
become_method = sudo