Force install for specific version of docker

This commit is contained in:
2017-06-20 07:47:41 -04:00
parent 301af677d3
commit 9335a7ba3f

View File

@@ -16,7 +16,7 @@
apt: upgrade=dist
- name: Install standard programes
apt: name={{ item }} state=present
apt: name={{ item }} state=present force=yes
with_items:
- htop
- curl