yum accepted pkg=, package calls it name=

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2017-10-09 00:38:19 +02:00
parent 73f695ab72
commit 936e8b261a
126 changed files with 164 additions and 164 deletions

View file

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