Skip to content

Commit f57677c

Browse files
committed
Updates cache on install
Added update_cache at install time so we don't end up using obsolecte cahce entries
1 parent ca8b8e5 commit f57677c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tasks/php7-fpm.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
- name: Installs php7-fpm
2-
apt: pkg={{ item }} state=latest
2+
apt:
3+
pkg: "{{ item }}"
4+
state: latest
5+
update_cache: yes
36
notify:
47
- Restart php7-fpm
58
with_items:

0 commit comments

Comments
 (0)