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:
parent
629edf0a1c
commit
4be219fcb7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user