mirror of
https://github.com/rocky-linux/ansible-role-rabbitmq.git
synced 2024-12-04 18:36:26 +00:00
plugin issue
This commit is contained in:
parent
c8c004c397
commit
9a99b6ae63
@ -44,10 +44,10 @@
|
||||
[Service]
|
||||
LimitNOFILE={{ rabbitmq_file_limit }}
|
||||
|
||||
# We are doing it the command line way
|
||||
- name: Enable RabbitMQ Plugins
|
||||
community.rabbitmq.rabbitmq_plugin:
|
||||
names: "{{ rabbitmq_plugins | join(',') }}"
|
||||
state: enabled
|
||||
shell: "set -o pipefail && rabbitmq-plugins {{ rabbitmq_plugins | join(' ') }}"
|
||||
changed_when: "1 != 1"
|
||||
|
||||
- name: Open applicable firewall rules
|
||||
ansible.posix.firewalld:
|
||||
|
Loading…
Reference in New Issue
Block a user