summaryrefslogtreecommitdiffstats
path: root/examples/playbooks/nodeps.yml
blob: 0ca1aa3a13d0c5046682b8cb7deef5748a334aa1 (plain)
1
2
3
4
5
6
---
- name: Example
  hosts: localhost
  tasks:
    - name: Calling a module that is not installed
      a.b.c: {}