ansible-role-elasticsearch/handlers
David Reed 4826f981d7 Fixes handler and file issues with ES templates
Fixes an issue with handlers in Ansible 2.2.1+
[https://github.com/ansible/ansible/issues/20603](). Moves the
load-templates handler to the top of the file to get around this
issue.

Fixes an issue loading installed templates into ES. The use of
file lookup meant that the template files are checked on the
machine that initiated the Ansible play, this only works if Ansible
has been run locally, breaking for remote machines. Switched to
using the slurp module to grab file contents on the target machine.
2017-05-17 13:18:44 +01:00
..
elasticsearch-templates.yml Fixes handler and file issues with ES templates 2017-05-17 13:18:44 +01:00
main.yml Fixes handler and file issues with ES templates 2017-05-17 13:18:44 +01:00