Fix rabbitmq_plugin test.

These changes were part of a feature pull request, which is why they were not backported:

https://github.com/ansible/ansible/pull/48599
pull/50629/head
Matt Clay 7 years ago committed by Toshio Kuratomi
parent 2bd8bba297
commit cd9b364da8

@ -6,6 +6,7 @@
rabbitmq_plugin:
name: "{{ plugin_name }}"
state: enabled
new_only: True
register: result
- name: Get rabbitmq-plugins output
@ -25,6 +26,7 @@
rabbitmq_plugin:
name: "{{ plugin_name }}"
state: enabled
new_only: True
register: result
- name: Check idempotency

Loading…
Cancel
Save