FIx name of task to add docker apt key

This commit is contained in:
Jake Howard 2020-01-28 21:49:29 +00:00
parent 9d8e7cbc9c
commit 01ce422e11
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -1,4 +1,4 @@
- name: Add an Apt signing key, uses whichever key is at the URL
- name: Add docker apt key
apt_key:
url: https://download.docker.com/linux/ubuntu/gpg
state: present