summaryrefslogtreecommitdiffstats
path: root/src/ceph-volume/ceph_volume/tests/functional/batch/playbooks/noop.yml
blob: 5922ecf2e7f9417c2a671c91c7d3d8a918250cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
---

# Allows to always include a 'setup.yml' file in functional tests, and execute
# only on the ones that actually need it

- hosts: all
  gather_facts: no

  tasks:

    - debug:
        msg: "This is an empty setup playbook. The current scenario didn't need any work done"