make redis role work with either fedora or rhel

This commit is contained in:
Kevin Fenzi 2016-07-15 22:06:08 +00:00
parent bbd597eb65
commit 6eb04b02a8

View file

@ -1,5 +1,5 @@
- name: install needed packages
yum: pkg={{ item }} state=present
package: pkg={{ item }} state=present
with_items:
- redis
tags: redis