plugin issue

This commit is contained in:
nazunalika 2021-01-23 02:46:16 -07:00
parent c8c004c397
commit 9a99b6ae63
1 changed files with 3 additions and 3 deletions

View File

@ -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: