Set ansible_python_interpreter for copr-dist-git-dev

To fix an issue with `install python2 and dnf stuff` task,
@nirik suggests this solution.
This commit is contained in:
Jakub Kadlcik 2019-06-30 03:14:52 +02:00
parent d8dad58a7b
commit 86ed91ea41

View file

@ -21,3 +21,6 @@ cloud_networks:
# Copr vars # Copr vars
copr_hostbase: copr-dist-git-dev copr_hostbase: copr-dist-git-dev
# There is no python2 on F30
ansible_python_interpreter: "/usr/bin/python3"