rabbitmq_cluster: update package command to not use items
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
4f1abd00f1
commit
6fd793feac
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue