mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-07-29 11:14:30 +00:00
Floating ip info module
Change-Id: If932651c9d7a1819f805a49b020826682c5b8087
This commit is contained in:
11
ci/roles/floating_ip_info/tasks/main.yml
Normal file
11
ci/roles/floating_ip_info/tasks/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
- name: Getting info about allocated ips
|
||||
openstack.cloud.floating_ip_info:
|
||||
cloud: "{{ cloud }}"
|
||||
register: fips
|
||||
|
||||
- name: assert result
|
||||
assert:
|
||||
that:
|
||||
- fips is success
|
||||
- fips is not changed
|
||||
Reference in New Issue
Block a user