From aeea7a66d16d34e892d190929d6ea84eeb452c86 Mon Sep 17 00:00:00 2001 From: Arya Kiran Date: Thu, 11 Apr 2024 14:10:42 +0530 Subject: [PATCH] its an asc key --- all/playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/all/playbook.yaml b/all/playbook.yaml index f1fe1c5..083d891 100644 --- a/all/playbook.yaml +++ b/all/playbook.yaml @@ -27,7 +27,7 @@ - name: Get GoAccess GPG keys ansible.builtin.get_url: url: https://deb.goaccess.io/gnugpg.key - dest: /usr/share/keyrings/goaccess.gpg + dest: /usr/share/keyrings/goaccess.asc mode: '0644' - name: Enable goaccess repo ansible.builtin.apt_repository: