Skip to content
Snippets Groups Projects
Commit c7326c85 authored by Emmanuel Cohen's avatar Emmanuel Cohen
Browse files

Force latest package installation

parent 9f8714dc
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
apt: apt:
force_apt_get: true force_apt_get: true
name: "{{ bench_server_packages }}" name: "{{ bench_server_packages }}"
state: present state: latest
update_cache: yes
- name: ensure configuration directory exists - name: ensure configuration directory exists
file: file:
......
...@@ -4,7 +4,8 @@ ...@@ -4,7 +4,8 @@
apt: apt:
force_apt_get: true force_apt_get: true
name: "{{ bench_worker_packages }}" name: "{{ bench_worker_packages }}"
state: present state: latest
update_cache: yes
- name: ensure configuration directory exists - name: ensure configuration directory exists
file: file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment