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: