Use package than yum to install

This commit is contained in:
Kushal Das 2017-07-26 09:43:03 +00:00
parent a7deae1ea2
commit d237c72f56

View file

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