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 - 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.