From 1959618962967a5c81a8b03cba0b43409c10ee02 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 17 Sep 2019 17:57:18 +1000 Subject: [PATCH] Fedora 30 : add python-path for Python 3 It appears there are some issues with Ansible + python2 + Fedora 30, particularly around package installation (e.g. [1]). Set the python-path to Python 3 for Fedora 30 [1] https://github.com/ansible/ansible/issues/54855 Change-Id: Ic9027d41af8d29d2c6a33cc1a0c57204899741d2 --- nodepool/nodepool.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/nodepool/nodepool.yaml b/nodepool/nodepool.yaml index 149da22388..2958529e50 100644 --- a/nodepool/nodepool.yaml +++ b/nodepool/nodepool.yaml @@ -247,6 +247,7 @@ diskimages: DIB_SHOW_IMAGE_USAGE: '1' - name: fedora-30 pause: false + python-path: /usr/bin/python3 elements: - fedora-minimal - vm