Skip to content
Snippets Groups Projects
Commit 4251afa4 authored by ale's avatar ale
Browse files

Update GPG key in custom apt-upgrade playbook

parent 66a65304
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
- hosts: all - hosts: all
tasks: tasks:
- copy:
src: float/roles/float-base/files/apt/deb_autistici_org.gpg
dest: /usr/share/keyrings/deb.autistici.org.gpg
- apt: - apt:
update_cache: yes update_cache: yes
upgrade: "yes" upgrade: "yes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment