Use the package module instead of the yum one

This commit is contained in:
Pierre-Yves Chibon 2017-08-16 14:39:59 +02:00
parent 5fda2de1f6
commit a69452cfd7

View file

@ -2,7 +2,7 @@
# Configuration for the rbsync service
- name: install needed packages
yum: pkg={{ item }} state=present
package: pkg={{ item }} state=latest
with_items:
- rdbsync
tags: