diff --git a/templates/ansible.cfg.j2 b/templates/ansible.cfg.j2 index 68c70ef..e03209b 100644 --- a/templates/ansible.cfg.j2 +++ b/templates/ansible.cfg.j2 @@ -2,6 +2,8 @@ nocows = 1 stdout_callback = yaml +interpreter_python = auto_silent + library = /usr/share/ansible/library {% if ansible_use_mitogen %}