summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/nodeps2.yml
blob: fc784d0220859b984dc819458e714205f85fd426 (plain)
1
2
3
4
5
6
7
---
- name: Fixture for nodeps with missing filter
  hosts: localhost
  tasks:
    - name: Calling a module that is not installed
      ansible.builtin.debug:
        msg: "{{ foo | missing_filter }}"