summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-resources/molecule/nfs/prepare.yml
diff options
context:
space:
mode:
authorMichal Zegan <m.zegan@samsung.com>2019-06-05 15:45:55 +0200
committerMichal Zegan <m.zegan@samsung.com>2019-06-05 15:45:55 +0200
commitbd8e91fce87ac6b10e1e9ed3781820aa81884b44 (patch)
treeb01ca41bea0dedc40464d54ae5f7a8d6f171d1ed /ansible/test/play-resources/molecule/nfs/prepare.yml
parentd3cb6429d6d3cdcd625906e702140a51fc146847 (diff)
Use the original playbook in play-resources tests
This commit includes the original resources.yml playbook by using import_playbook. Some modifications were needed mostly because of the way import_playbook works. Also moved the setup role call to prepare. Change-Id: I8745d5e43fd2050d47970c7d19bbbc4db8a5847f Issue-ID: OOM-1912 Signed-off-by: Michal Zegan <m.zegan@samsung.com>
Diffstat (limited to 'ansible/test/play-resources/molecule/nfs/prepare.yml')
-rw-r--r--ansible/test/play-resources/molecule/nfs/prepare.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/ansible/test/play-resources/molecule/nfs/prepare.yml b/ansible/test/play-resources/molecule/nfs/prepare.yml
index d381ba77..2276f2e8 100644
--- a/ansible/test/play-resources/molecule/nfs/prepare.yml
+++ b/ansible/test/play-resources/molecule/nfs/prepare.yml
@@ -1,7 +1,7 @@
---
-- name: Prepare resource-data
+- name: Prepare
hosts: all
roles:
- - role: prepare-resource-data
- vars:
- resources_on_nfs: true
+ - prepare-resource-data
+ vars_files:
+ - vars.yml