Skip to content

Commit

Permalink
ceph-volume tests/functional create a noop playbook to allow symlinki…
Browse files Browse the repository at this point in the history
…ng always to setup.yml

Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 860e660)
  • Loading branch information
Alfredo Deza committed Sep 6, 2018
1 parent caba9fa commit 4352490
Showing 1 changed file with 12 additions and 0 deletions.
@@ -0,0 +1,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"

0 comments on commit 4352490

Please sign in to comment.