diff --git a/role-rocky-kojid-staging.yml b/role-rocky-kojid-staging.yml index 5f28a0c..2f43691 100644 --- a/role-rocky-kojid-staging.yml +++ b/role-rocky-kojid-staging.yml @@ -79,6 +79,7 @@ gpgcheck: true gpgkey: https://download.copr.fedorainfracloud.org/results/nalika/rockylinux-tools/pubkey.gpg enabled: true + when: ansible_distribution_major_version == '8' # Right now, we are not sure how or where we'll get our certificates. So we # are presenting a choice by setting a variable, koji_internal_ca. There is a diff --git a/role-rocky-kojid.yml b/role-rocky-kojid.yml index 95a20e2..beeb171 100644 --- a/role-rocky-kojid.yml +++ b/role-rocky-kojid.yml @@ -79,6 +79,7 @@ gpgcheck: true gpgkey: https://download.copr.fedorainfracloud.org/results/nalika/rockylinux-tools/pubkey.gpg enabled: true + when: ansible_distribution_major_version == '8' # Right now, we are not sure how or where we'll get our certificates. So we # are presenting a choice by setting a variable, koji_internal_ca. There is a diff --git a/role-rocky-kojihub-staging.yml b/role-rocky-kojihub-staging.yml index 5b945be..834a280 100644 --- a/role-rocky-kojihub-staging.yml +++ b/role-rocky-kojihub-staging.yml @@ -100,6 +100,7 @@ gpgcheck: true gpgkey: https://download.copr.fedorainfracloud.org/results/nalika/rockylinux-tools/pubkey.gpg enabled: true + when: ansible_distribution_major_version == '8' # Right now, we are not sure how or where we'll get our certificates. So we # are presenting a choice by setting a variable, koji_internal_ca. There is a diff --git a/role-rocky-kojihub.yml b/role-rocky-kojihub.yml index 76fb333..a195a67 100644 --- a/role-rocky-kojihub.yml +++ b/role-rocky-kojihub.yml @@ -100,6 +100,7 @@ gpgcheck: true gpgkey: https://download.copr.fedorainfracloud.org/results/nalika/rockylinux-tools/pubkey.gpg enabled: true + when: ansible_distribution_major_version == '8' # Right now, we are not sure how or where we'll get our certificates. So we # are presenting a choice by setting a variable, koji_internal_ca. There is a