From cd9b364da826618b87cbac5dfabdea11902bf209 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 7 Jan 2019 15:44:38 -0800 Subject: [PATCH] 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 --- test/integration/targets/rabbitmq_plugin/tasks/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/integration/targets/rabbitmq_plugin/tasks/tests.yml b/test/integration/targets/rabbitmq_plugin/tasks/tests.yml index 74286a8b9b7..2724ebe625b 100644 --- a/test/integration/targets/rabbitmq_plugin/tasks/tests.yml +++ b/test/integration/targets/rabbitmq_plugin/tasks/tests.yml @@ -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