mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
copr: BE builderpb* playbooks can use Python 3 interpreter
It's actually needed once we move to Fedora 30 builders.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
vars:
|
||||
# change this to True if you need to create new base image from snapshot
|
||||
prepare_base_image: False
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
tasks:
|
||||
- include: "provision_builder_tasks.yml"
|
||||
|
||||
@@ -43,6 +43,7 @@
|
||||
vars:
|
||||
# change this to True if you need to create new base image from snapshot
|
||||
prepare_base_image: False
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
|
||||
tasks:
|
||||
- include: "provision_builder_tasks.yml"
|
||||
|
||||
Reference in New Issue
Block a user