Ansible and custom filter location
For some reason, my ansible-2.4.2.0-1.el7.ans.noarch installation just would not work with my custom jinja2 filter when it was placed in the default directory per ansible.cfg. So I just made the new directory /etc/ansible/filters and added it to my ansible.cfg:
filter_plugins = /usr/share/ansible_plugins/filter_plugins:/etc/ansible/filters
Comments