Set ansible interpreter to python3 for copr-dev instances

This commit is contained in:
Jakub Kadlcik 2019-07-03 11:10:39 +02:00
parent 1ffe6955d8
commit 40a4ef0fa8
3 changed files with 9 additions and 0 deletions

View file

@ -45,3 +45,6 @@ messaging:
# Copr vars
copr_hostbase: copr-be-dev
_copr_be_conf: copr-be.conf-dev
# There is no python2 on F30
ansible_python_interpreter: "/usr/bin/python3"

View file

@ -20,3 +20,6 @@ cloud_networks:
# Copr vars
copr_hostbase: copr-fe-dev
# There is no python2 on F30
ansible_python_interpreter: "/usr/bin/python3"

View file

@ -20,3 +20,6 @@ cloud_networks:
# Copr vars
copr_hostbase: copr-keygen-dev
# There is no python2 on F30
ansible_python_interpreter: "/usr/bin/python3"