Feat: add gpg
This commit is contained in:
parent
b6dbb99140
commit
b4f53e6510
@ -7,11 +7,12 @@
|
|||||||
- docker.io
|
- docker.io
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Install tool to use apt with https
|
- name: Install tool to use apt with https and gpg
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- apt-transport-https
|
- apt-transport-https
|
||||||
- ca-certificates
|
- ca-certificates
|
||||||
|
- gpg
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Add Docker apt key.
|
- name: Add Docker apt key.
|
||||||
|
Loading…
Reference in New Issue
Block a user