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
This commit is contained in:
Doug Szumski 2019-06-07 14:01:18 +01:00
parent 629edf0a1c
commit 4be219fcb7

View File

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