mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
cs_vpc: fix state=present to start vpc (#40587)
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
vpc_offering: Redundant VPC offering
|
||||
network_domain: test.example.com
|
||||
zone: "{{ cs_common_zone_adv }}"
|
||||
state: started
|
||||
state: stopped
|
||||
register: vpc
|
||||
check_mode: true
|
||||
- name: verify test create vpc with custom offering in check mode
|
||||
@@ -72,7 +72,7 @@
|
||||
vpc_offering: Redundant VPC offering
|
||||
network_domain: test.example.com
|
||||
zone: "{{ cs_common_zone_adv }}"
|
||||
state: started
|
||||
state: stopped
|
||||
register: vpc
|
||||
- name: verify test create vpc with custom offering
|
||||
assert:
|
||||
@@ -92,7 +92,7 @@
|
||||
vpc_offering: Redundant VPC offering
|
||||
network_domain: test.example.com
|
||||
zone: "{{ cs_common_zone_adv }}"
|
||||
state: started
|
||||
state: stopped
|
||||
register: vpc
|
||||
- name: verify test create vpc with custom offering idempotence
|
||||
assert:
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/group1/cs
|
||||
disabled
|
||||
|
||||
@@ -1,3 +1,2 @@
|
||||
cloud/cs
|
||||
posix/ci/cloud/group1/cs
|
||||
disabled
|
||||
|
||||
Reference in New Issue
Block a user