Set ansible interpreter to python3 for copr-dev instances
This commit is contained in:
parent
1ffe6955d8
commit
40a4ef0fa8
3 changed files with 9 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue