From 4be219fcb7f3ed188ea0c4c5b2cb9a1fdba51991 Mon Sep 17 00:00:00 2001 From: Doug Szumski Date: Fri, 7 Jun 2019 14:01:18 +0100 Subject: [PATCH] Fix issue finding custom, host specific plugins The results from the find operation need to be registered per host, because they depend on the host which runs the search. This bug impacts users specifying custom plugins for specific hosts. Change-Id: I41b2986b2f4ccd8fdc6553e83737e4106b6a2c07 --- ansible/roles/monasca/tasks/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ansible/roles/monasca/tasks/config.yml b/ansible/roles/monasca/tasks/config.yml index ed47a98681..1bce0f5328 100644 --- a/ansible/roles/monasca/tasks/config.yml +++ b/ansible/roles/monasca/tasks/config.yml @@ -68,7 +68,6 @@ - "{{ node_custom_config }}/monasca/agent_plugins/" - "{{ node_custom_config }}/monasca/{{ inventory_hostname }}/agent_plugins/" patterns: '*.yaml' - run_once: True register: agent_plugins - name: Copying over monasca-agent-collector plugins