mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
Fix YAML formatting issue for rax integration tests
This commit is contained in:
parent
200706d5ab
commit
43f81c7c01
11 changed files with 20 additions and 20 deletions
|
@ -622,7 +622,7 @@
|
|||
that:
|
||||
- rax_scaling_group|success
|
||||
- not rax_scaling_group|changed
|
||||
- rax_scaling_group.autoscale_group.launchConfiguration.args.server['OS-DCF:diskConfig'] == 'AUTO'
|
||||
- "rax_scaling_group.autoscale_group.launchConfiguration.args.server['OS-DCF:diskConfig'] == 'AUTO'"
|
||||
|
||||
- name: Change disk_config 2
|
||||
rax_scaling_group:
|
||||
|
@ -644,7 +644,7 @@
|
|||
that:
|
||||
- rax_scaling_group|success
|
||||
- rax_scaling_group|changed
|
||||
- rax_scaling_group.autoscale_group.launchConfiguration.args.server['OS-DCF:diskConfig'] == 'MANUAL'
|
||||
- "rax_scaling_group.autoscale_group.launchConfiguration.args.server['OS-DCF:diskConfig'] == 'MANUAL'"
|
||||
# ============================================================
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue