mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Fix YAML source and check it on Shippable (#15678)
Fix YAML source and check it on Shippable
This commit is contained in:
@@ -192,7 +192,6 @@
|
||||
volume: 3
|
||||
wait: true
|
||||
wait_timeout: "{{ rackspace_wait_timeout }}"
|
||||
wait_timeout: 600
|
||||
register: rax_cdb
|
||||
|
||||
- name: Validate rax_cdb resize volume 2
|
||||
@@ -251,7 +250,6 @@
|
||||
flavor: 2
|
||||
wait: true
|
||||
wait_timeout: "{{ rackspace_wait_timeout }}"
|
||||
wait_timeout: 600
|
||||
register: rax_cdb
|
||||
|
||||
- name: Validate rax_cdb resize flavor 2
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
- '"val1" in test_env2.stdout_lines'
|
||||
|
||||
- hosts: testhost
|
||||
tasks:
|
||||
vars:
|
||||
- test1:
|
||||
key1: val1
|
||||
|
||||
Reference in New Issue
Block a user