diff options
author | binary <me@rgoncalves.se> | 2020-12-27 19:24:23 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-27 19:24:23 +0100 |
commit | dcae345299f8f0f0dda322bb2849da51890474de (patch) | |
tree | 5888de7cacb9b009c900cebb98bf5235a3b782ab /filter_plugins | |
parent | 2e60bc4a0a465df5068c0c541fb19df9b3d4c846 (diff) | |
download | infrastructure-dcae345299f8f0f0dda322bb2849da51890474de.tar.gz |
remove old config
Diffstat (limited to 'filter_plugins')
-rw-r--r-- | filter_plugins/filters.yml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/filter_plugins/filters.yml b/filter_plugins/filters.yml deleted file mode 100644 index dd69c03..0000000 --- a/filter_plugins/filters.yml +++ /dev/null @@ -1,17 +0,0 @@ - -# filters ~~ filter_plugins/filters.yml -# DEBUG PLAYBOOK for custom filters - ---- - -- hosts: localhost - tasks: - - - debug: - msg: "{{ item | repology('openbsd') }}" - loop: - - "firefox" - - "neovim" - - "sshfs" - - "wireguard" - |