mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-25 01:04:28 +00:00
Fix Ansible errors
Change-Id: I826ec0b01f8cfdf78235d146c90d790c8e891cc9 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- new_vol.volume.name == "{{ managed_volume }}"
|
- new_vol.volume.name == managed_volume
|
||||||
|
|
||||||
- name: Manage volume again
|
- name: Manage volume again
|
||||||
openstack.cloud.volume_manage:
|
openstack.cloud.volume_manage:
|
||||||
|
|||||||
Reference in New Issue
Block a user