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:
parent
2570ee47a1
commit
8b1e3d8d93
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue