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:
parent
d16429b59c
commit
8f3c181d90
1 changed files with 2 additions and 0 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue