From cf9255038d045624bd6eb8ef56a4841a83e3a72d Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Tue, 24 Dec 2024 06:28:05 +1300 Subject: [PATCH] =?UTF-8?q?fix:=20GPG=20Key=20actions=20broke=20idempotenc?= =?UTF-8?q?y=20check=20=20=F0=9F=90=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tasks/duo-repo.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/duo-repo.yml b/tasks/duo-repo.yml index c64b4d1..307bb6e 100644 --- a/tasks/duo-repo.yml +++ b/tasks/duo-repo.yml @@ -3,6 +3,7 @@ copy: dest: /tmp/DUO-GPG-PUBLIC-KEY.asc src: DUO-GPG-PUBLIC-KEY.asc + changed_when: false - name: Ensure Duo GPG Key is installed rpm_key: @@ -13,6 +14,7 @@ file: path: /tmp/DUO-GPG-PUBLIC-KEY.asc state: absent + changed_when: false - name: Ensure duo repository is present template: