ansible/examples/playbooks/custom_filters.yml

7 lines
151 B
YAML
Raw Normal View History

---
- name: Demonstrate custom jinja2 filters
hosts: all
tasks:
- action: template src=templates/custom-filters.j2 dest=/tmp/custom-filters.txt