ansible.cfg.dist: python-interpreter Konfig.
This commit is contained in:
parent
a2ed6d2d2a
commit
7d2ff3551e
1 changed files with 4 additions and 0 deletions
|
|
@ -14,6 +14,10 @@ log_path = ansible.log
|
|||
|
||||
ansible_managed = Ansible managed: {file}
|
||||
|
||||
# Wenn alle Systeme python3 haben, kann das autodiscovery fuer Python
|
||||
# verkuerzt werden...
|
||||
interpreter_python = /usr/bin/python3
|
||||
|
||||
[inventory]
|
||||
unparsed_is_failed = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue