rabbitmq_cluster: update package command to not use items

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2019-06-11 16:27:04 +01:00 committed by Pierre-Yves Chibon
parent 4f1abd00f1
commit 6fd793feac

View file

@ -8,8 +8,9 @@
- yumrepos - yumrepos
- name: install needed packages - name: install needed packages
package: name={{ item }} state=present package:
with_items: state: present
name:
- rabbitmq-server - rabbitmq-server
- nagios-plugins-rabbitmq - nagios-plugins-rabbitmq
tags: tags: