mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 14:02:12 +08:00
rabbitmq_cluster: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
4f1abd00f1
commit
6fd793feac
@@ -8,10 +8,11 @@
|
||||
- yumrepos
|
||||
|
||||
- name: install needed packages
|
||||
package: name={{ item }} state=present
|
||||
with_items:
|
||||
- rabbitmq-server
|
||||
- nagios-plugins-rabbitmq
|
||||
package:
|
||||
state: present
|
||||
name:
|
||||
- rabbitmq-server
|
||||
- nagios-plugins-rabbitmq
|
||||
tags:
|
||||
- rabbitmq_cluster
|
||||
- packages
|
||||
|
||||
Reference in New Issue
Block a user