ansible.cfg: set ansible interpreter to python3 (#46529)

This commit is contained in:
Nicolas Roche 2020-10-21 14:35:31 +02:00
parent e640b284bc
commit f47c018ee4
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
[defaults]
hash_behaviour = merge
remote_tmp = /tmp
interpreter_python = /usr/bin/python3