We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3afab7 commit 2464cc0Copy full SHA for 2464cc0
tests/integration/targets/domain/tasks/main.yml
@@ -227,7 +227,7 @@
227
that:
228
- dom is changed
229
- dom.path == "ROOT/" + cs_resource_prefix + "_domain"
230
- - dom.name == "{{ cs_resource_prefix }}_domain"
+ - dom.name == cs_resource_prefix + "_domain"
231
232
- name: test delete a domain with clean up idempotence
233
ngine_io.cloudstack.domain:
tests/integration/targets/firewall/tasks/main.yml
@@ -36,7 +36,7 @@
36
37
- name: set ip address as fact
38
set_fact:
39
- ngine_io.cloudstack.firewall_ip_address: "{{ ip_address.ip_address }}"
+ cs_firewall_ip_address: "{{ ip_address.ip_address }}"
40
41
- name: setup 80
42
ngine_io.cloudstack.firewall:
0 commit comments