make varnish role not care about yum

This commit is contained in:
Kevin Fenzi 2017-04-05 22:08:05 +00:00
parent 78de8cadbc
commit 7686e28971

View file

@ -2,7 +2,7 @@
# Tasks to set up varnish
- name: install needed packages
yum: pkg={{ item }} state=installed
package: pkg={{ item }} state=installed
with_items:
- varnish
tags: