1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

cloudstack: tests: use resource_prefix

This commit is contained in:
Rene Moser 2015-08-19 21:37:54 +02:00
parent d16429b59c
commit 8f3c181d90

View file

@ -4,6 +4,8 @@
gather_facts: no
tags:
- cloudstack
vars:
cs_resource_prefix: "cs{{ resource_prefix | default('') }}"
roles:
- { role: test_cs_sshkeypair, tags: test_cs_sshkeypair }
- { role: test_cs_affinitygroup, tags: test_cs_affinitygroup }