mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-01-11 19:56:35 +00:00
Fix Ansible errors
Change-Id: I826ec0b01f8cfdf78235d146c90d790c8e891cc9 Signed-off-by: Michal Nasiadka <mnasiadka@gmail.com>
This commit is contained in:
parent
b1ecd54a5d
commit
e06a61f97a
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
|
||||
- assert:
|
||||
that:
|
||||
- new_vol.volume.name == "{{ managed_volume }}"
|
||||
- new_vol.volume.name == managed_volume
|
||||
|
||||
- name: Manage volume again
|
||||
openstack.cloud.volume_manage:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue