From 432573df25dfe6eae1aa62249d97889dd8e273c0 Mon Sep 17 00:00:00 2001 From: Dominic Zijlstra Date: Sat, 31 Jul 2021 12:23:51 +0200 Subject: [PATCH] Apply fix https://github.com/StreisandEffect/streisand/issues/1801 --- playbooks/roles/gpg/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/gpg/tasks/main.yml b/playbooks/roles/gpg/tasks/main.yml index 8f8883362..111cb0fb0 100644 --- a/playbooks/roles/gpg/tasks/main.yml +++ b/playbooks/roles/gpg/tasks/main.yml @@ -85,7 +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: