summaryrefslogtreecommitdiffstats
path: root/ansible/test/play-resources/molecule/default/playbook.yml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/test/play-resources/molecule/default/playbook.yml')
-rw-r--r--ansible/test/play-resources/molecule/default/playbook.yml10
1 files changed, 6 insertions, 4 deletions
diff --git a/ansible/test/play-resources/molecule/default/playbook.yml b/ansible/test/play-resources/molecule/default/playbook.yml
index 50ba233a..096077a2 100644
--- a/ansible/test/play-resources/molecule/default/playbook.yml
+++ b/ansible/test/play-resources/molecule/default/playbook.yml
@@ -1,6 +1,8 @@
---
-- name: Test resource transfer with ssh
+- name: Initialize
hosts: all
- roles:
- - setup
- - resource-data
+ tasks:
+ - name: Include variables
+ include_vars: vars.yml
+
+- import_playbook: ../../../../resources.yml