forgot to change gpg -> asc

This commit is contained in:
Arya 2024-04-11 14:17:20 +05:30
parent aeea7a66d1
commit 8d9db7f7a0
Signed by: arya
GPG Key ID: 842D12BDA50DF120

View File

@ -31,7 +31,7 @@
mode: '0644' mode: '0644'
- name: Enable goaccess repo - name: Enable goaccess repo
ansible.builtin.apt_repository: ansible.builtin.apt_repository:
repo: deb [signed-by=/usr/share/keyrings/goaccess.gpg arch=amd64] https://deb.goaccess.io/ bookworm main repo: deb [signed-by=/usr/share/keyrings/goaccess.asc arch=amd64] https://deb.goaccess.io/ bookworm main
state: present state: present
- name: Install Required Programs / APT - name: Install Required Programs / APT
ansible.builtin.apt: ansible.builtin.apt: