From 400a37df3ae8fcea8b212b362ef320b31a1b119a Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 21 Sep 2019 03:51:37 +0000 Subject: [PATCH] certgetter: use python3 for ansible. Signed-off-by: Kevin Fenzi --- inventory/host_vars/certgetter01.phx2.fedoraproject.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inventory/host_vars/certgetter01.phx2.fedoraproject.org b/inventory/host_vars/certgetter01.phx2.fedoraproject.org index a575a2c810..88814fe9ce 100644 --- a/inventory/host_vars/certgetter01.phx2.fedoraproject.org +++ b/inventory/host_vars/certgetter01.phx2.fedoraproject.org @@ -10,3 +10,5 @@ volgroup: /dev/vg_guests eth0_ip: 10.5.126.237 vmhost: virthost21.phx2.fedoraproject.org datacenter: phx2 + +ansible_python_interpreter: /usr/bin/python3