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]
|
[Service]
|
||||||
LimitNOFILE={{ rabbitmq_file_limit }}
|
LimitNOFILE={{ rabbitmq_file_limit }}
|
||||||
|
|
||||||
|
# We are doing it the command line way
|
||||||
- name: Enable RabbitMQ Plugins
|
- name: Enable RabbitMQ Plugins
|
||||||
community.rabbitmq.rabbitmq_plugin:
|
shell: "set -o pipefail && rabbitmq-plugins {{ rabbitmq_plugins | join(' ') }}"
|
||||||
names: "{{ rabbitmq_plugins | join(',') }}"
|
changed_when: "1 != 1"
|
||||||
state: enabled
|
|
||||||
|
|
||||||
- name: Open applicable firewall rules
|
- name: Open applicable firewall rules
|
||||||
ansible.posix.firewalld:
|
ansible.posix.firewalld:
|
||||||
|
Loading…
Reference in New Issue
Block a user