Commit c7065634 by Joseph Mulloy

Add apt cache update to fix notifier docker build

parent 0cea60c9
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
apt: apt:
name: "{{ item }}" name: "{{ item }}"
state: present state: present
update_cache: yes
with_items: "{{ notifier_debian_pkgs }}" with_items: "{{ notifier_debian_pkgs }}"
tags: tags:
- "install" - "install"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment