summaryrefslogtreecommitdiffstats
path: root/deployment/playbooks/noop.yaml
blob: 94173aedb332cd55e992a67f945bc85e24da9bde (plain)
1
2
3
4
5
6
7
---
- hosts: localhost
  gather_facts: no
  ignore_errors: no
  tasks:
  - debug:
      msg: "No operation TASK for placeholder playbook."