Force install for specific version of docker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user