copr: backend: flip to /usr/bin/python3 ansible interpreter
This commit is contained in:
parent
03cd3234a2
commit
a13b244681
3 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,8 @@ do_sign: "true"
|
|||
spawn_in_advance: "true"
|
||||
frontend_base_url: "https://copr.fedorainfracloud.org"
|
||||
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
# These variables are pushed into /etc/system_identification by the base role.
|
||||
# Groups and individual hosts should override them with specific info.
|
||||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
|
|
@ -19,6 +19,8 @@ do_sign: "true"
|
|||
spawn_in_advance: "false"
|
||||
frontend_base_url: "https://copr-fe-dev.cloud.fedoraproject.org"
|
||||
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
# These variables are pushed into /etc/system_identification by the base role.
|
||||
# Groups and individual hosts should override them with specific info.
|
||||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
|
|
@ -21,6 +21,8 @@ do_sign: "true"
|
|||
spawn_in_advance: "false"
|
||||
frontend_base_url: "https://copr.stg.fedoraproject.org"
|
||||
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
# These variables are pushed into /etc/system_identification by the base role.
|
||||
# Groups and individual hosts should override them with specific info.
|
||||
# See http://infrastructure.fedoraproject.org/csi/security-policy/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue