Commit c7065634 by Joseph Mulloy

Add apt cache update to fix notifier docker build

parent 0cea60c9
......@@ -20,6 +20,7 @@
apt:
name: "{{ item }}"
state: present
update_cache: yes
with_items: "{{ notifier_debian_pkgs }}"
tags:
- "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