From 9a4b1fbeea01b50c6ec6e2237c084fa8292a1ab7 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 14 Sep 2018 09:02:05 +0100 Subject: [PATCH] Remove unnecessary key add as root --- tasks/yaourt.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tasks/yaourt.yml b/tasks/yaourt.yml index 9d88065..ab2789e 100644 --- a/tasks/yaourt.yml +++ b/tasks/yaourt.yml @@ -20,10 +20,6 @@ with_items: "{{ keys }}" become: jake -- name: "Add keys for root" - shell: "gpg --recv-keys {{ item }}" - with_items: "{{ keys }}" - - name: "Add keys to pacman" shell: "pacman-key -r {{ item }}" with_items: "{{ keys }}"