diff --git a/all/playbook.yaml b/all/playbook.yaml index b38d4d9..f1fe1c5 100644 --- a/all/playbook.yaml +++ b/all/playbook.yaml @@ -26,7 +26,7 @@ state: present - name: Get GoAccess GPG keys ansible.builtin.get_url: - url: https://deb.goaccess.io/gnupg.key + url: https://deb.goaccess.io/gnugpg.key dest: /usr/share/keyrings/goaccess.gpg mode: '0644' - name: Enable goaccess repo