Projet

Général

Profil

0001-ansible.cfg-set-ansible-interpreter-to-python3-46529.patch

Nicolas Roche, 10 septembre 2020 14:38

Télécharger (511 octets)

Voir les différences:

Subject: [PATCH] ansible.cfg: set ansible interpreter to python3 (#46529)

 ansible.cfg | 1 +
 1 file changed, 1 insertion(+)
ansible.cfg
1 1
[defaults]
2 2
hash_behaviour = merge
3 3
remote_tmp = /tmp
4
interpreter_python = /usr/bin/python3
4
-