FIx name of task to add docker apt key
This commit is contained in:
parent
9d8e7cbc9c
commit
01ce422e11
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue