[FIX] docker: fix installation on Raspbian
This commit is contained in:
parent
9a9c222353
commit
91d7887a94
|
@ -46,6 +46,7 @@
|
||||||
apt:
|
apt:
|
||||||
name: docker-ce
|
name: docker-ce
|
||||||
state: latest
|
state: latest
|
||||||
|
install_recommends: no
|
||||||
update_cache: yes
|
update_cache: yes
|
||||||
cache_valid_time: "3600"
|
cache_valid_time: "3600"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue