copr: backend: flip to /usr/bin/python3 ansible interpreter

This commit is contained in:
Pavel Raiskup 2019-06-06 08:58:07 +02:00
parent 03cd3234a2
commit a13b244681
3 changed files with 6 additions and 0 deletions

View file

@ -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/

View file

@ -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/

View file

@ -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/