Use the package module instead of the yum one
This commit is contained in:
parent
5fda2de1f6
commit
a69452cfd7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# Configuration for the rbsync service
|
# Configuration for the rbsync service
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
yum: pkg={{ item }} state=present
|
package: pkg={{ item }} state=latest
|
||||||
with_items:
|
with_items:
|
||||||
- rdbsync
|
- rdbsync
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue