Feat: add gpg

This commit is contained in:
Bertrand Benjamin 2020-02-24 07:52:25 +01:00
parent b6dbb99140
commit b4f53e6510

View File

@ -7,11 +7,12 @@
- docker.io
state: absent
- name: Install tool to use apt with https
- name: Install tool to use apt with https and gpg
apt:
name:
- apt-transport-https
- ca-certificates
- gpg
state: present
- name: Add Docker apt key.