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
|
- yumrepos
|
||||||
|
|
||||||
- name: install needed packages
|
- name: install needed packages
|
||||||
package: name={{ item }} state=present
|
package:
|
||||||
with_items:
|
state: present
|
||||||
- rabbitmq-server
|
name:
|
||||||
- nagios-plugins-rabbitmq
|
- rabbitmq-server
|
||||||
|
- nagios-plugins-rabbitmq
|
||||||
tags:
|
tags:
|
||||||
- rabbitmq_cluster
|
- rabbitmq_cluster
|
||||||
- packages
|
- packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue