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:
Pavel Raiskup 2019-05-13 08:04:22 +02:00
parent 2570ee47a1
commit 8b1e3d8d93
2 changed files with 2 additions and 0 deletions

View file

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

View file

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