fix install docker command task name

This commit is contained in:
simon 2022-10-21 10:14:14 +07:00
parent e776d88df7
commit 99c01b9a4d
Signed by: simon
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
repo: deb https://download.docker.com/linux/ubuntu {{ release.stdout }} stable
state: present
- name: "install docker dependencies"
- name: "install docker"
apt:
update_cache: yes
name: "{{ packages }}"