Skip to content
Snippets Groups Projects
Commit c000dbf1 authored by jurgenhaas's avatar jurgenhaas
Browse files

Prepare for Ubuntu 22

parent 626d2826
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,12 @@
- name: Apt Keys
apt_key:
url: '{{ item }}'
keyring: /etc/apt/trusted.gpg.d/{{ item.name }}.gpg
url: '{{ item.url }}'
state: present
with_items:
- https://s3tools.org/repo/deb-all/stable/s3tools.key
- url: https://s3tools.org/repo/deb-all/stable/s3tools.key
name: s3
- name: Apt Repositories
apt_repository:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment