From 03e7d2714f9209f18d42f61130013ef99b9306a4 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Sat, 1 Jun 2019 17:56:06 +0000 Subject: [PATCH] make sure we make this system py3 --- inventory/host_vars/grobisplitter01.phx2.fedoraproject.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inventory/host_vars/grobisplitter01.phx2.fedoraproject.org b/inventory/host_vars/grobisplitter01.phx2.fedoraproject.org index fd4c5b1e7b..384bad5ee5 100644 --- a/inventory/host_vars/grobisplitter01.phx2.fedoraproject.org +++ b/inventory/host_vars/grobisplitter01.phx2.fedoraproject.org @@ -10,6 +10,9 @@ libdir: /usr/lib64 ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-30 ks_repo: http://10.5.126.23/pub/fedora/linux/releases/30/Server/x86_64/os/ +# Do this because we are using py3 only +ansible_python_interpreter: "/usr/bin/python3" + virt_install_command: "{{ virt_install_command_one_nic }}" lvm_size: 20000