update filter plugins to use the one for ansible-docker-backup

pull/27/head
Cian Hatton 3 years ago
parent e7448ff2e6
commit f70527d570

1
.gitignore vendored

@ -4,3 +4,4 @@ stack.env
linodehosts.ini
test-playbook.yml
roles/sprat.mergerfs
collections

@ -7,3 +7,7 @@ enable_plugins = linode
private_key_file=~/.ssh/ansible
remote_user=ansible
roles_path = roles
collections_path = collections
; TODO: put the filters in a place that makes sense.
; I don't think it should be required to specify the path to the collection's filters like this!
filter_plugins = collections/ansible_collections/chatton/docker_backup/plugins/filter

Loading…
Cancel
Save