[FIX] docker: fix installation on Raspbian

This commit is contained in:
Jannik Beyerstedt 2020-04-19 15:13:21 +02:00
parent 9a9c222353
commit 91d7887a94
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@
apt:
name: docker-ce
state: latest
install_recommends: no
update_cache: yes
cache_valid_time: "3600"