Skip to content

Commit 545c9b6

Browse files
committed
Merge pull request #227 from CodeNow/hotfix-apt-cache
update update_cache format
2 parents 7037597 + d2999bf commit 545c9b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/docker/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
apt_repository:
3939
repo: "deb https://get.docker.com/ubuntu docker main"
4040
state: present
41-
update_cache=yes
41+
update_cache: yes
4242

4343
- name: copy docker config file
4444
sudo: yes

0 commit comments

Comments
 (0)