make redis role work with either fedora or rhel
This commit is contained in:
parent
bbd597eb65
commit
6eb04b02a8
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: install needed packages
|
||||
yum: pkg={{ item }} state=present
|
||||
package: pkg={{ item }} state=present
|
||||
with_items:
|
||||
- redis
|
||||
tags: redis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue