From b73bec5a9d2e29bc2d4be9713a0237f78d793285 Mon Sep 17 00:00:00 2001 From: Amir Eslampanah Date: Thu, 14 Jan 2021 13:18:21 -0500 Subject: [PATCH] Update main.yml Fix #1822 --- playbooks/roles/gpg/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbooks/roles/gpg/tasks/main.yml b/playbooks/roles/gpg/tasks/main.yml index 8f8883362..8053c1c63 100644 --- a/playbooks/roles/gpg/tasks/main.yml +++ b/playbooks/roles/gpg/tasks/main.yml @@ -85,8 +85,7 @@ # in the repo become too stale to be used without successsful refresh the # maintainers will notice failed builds and fix them by refreshing their own # keyrings and updating the static repo keys until the build passes again. - when: not streisand_ci - + when: false - name: "Set up a daily cronjob to refresh the Streisand GPG keyring" template: src: "streisand-gpg-refresh.j2"