diff --git a/inventory/host_vars/copr-be.cloud.fedoraproject.org b/inventory/host_vars/copr-be.cloud.fedoraproject.org index e3ac2d4182..13f49fb50f 100644 --- a/inventory/host_vars/copr-be.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-be.cloud.fedoraproject.org @@ -48,3 +48,6 @@ nagios_Check_Services: sshd: true httpd: true swap: false + +# There is no python2 on F30 +ansible_python_interpreter: "/usr/bin/python3" diff --git a/inventory/host_vars/copr-dist-git.fedorainfracloud.org b/inventory/host_vars/copr-dist-git.fedorainfracloud.org index 88d5e5c7c9..fc9298ae27 100644 --- a/inventory/host_vars/copr-dist-git.fedorainfracloud.org +++ b/inventory/host_vars/copr-dist-git.fedorainfracloud.org @@ -22,3 +22,6 @@ cloud_networks: copr_hostbase: copr-dist-git host_backup_targets: ['/var/lib/dist-git/git', '/var/lib/dist-git/cache'] + +# There is no python2 on F30 +ansible_python_interpreter: "/usr/bin/python3" diff --git a/inventory/host_vars/copr-fe.cloud.fedoraproject.org b/inventory/host_vars/copr-fe.cloud.fedoraproject.org index cca23af08f..de70d62284 100644 --- a/inventory/host_vars/copr-fe.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-fe.cloud.fedoraproject.org @@ -39,3 +39,6 @@ nagios_Check_Services: sar_script: /usr/share/copr/coprs_frontend/run/copr-gdpr-sar.sh sar_script_user: copr-fe sar_output_file: copr.json + +# There is no python2 on F30 +ansible_python_interpreter: "/usr/bin/python3" diff --git a/inventory/host_vars/copr-keygen.cloud.fedoraproject.org b/inventory/host_vars/copr-keygen.cloud.fedoraproject.org index 2aaa154a81..28c28fca2b 100644 --- a/inventory/host_vars/copr-keygen.cloud.fedoraproject.org +++ b/inventory/host_vars/copr-keygen.cloud.fedoraproject.org @@ -29,3 +29,6 @@ nagios_Check_Services: nrpe: true sshd: true swap: false + +# There is no python2 on F30 +ansible_python_interpreter: "/usr/bin/python3"