mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 05:09:12 +00:00
Updated the scaleway_ip_info test to reflect the usage of zone over the region.
This commit is contained in:
parent
b61c02cc7a
commit
a526f847fb
1 changed files with 4 additions and 4 deletions
|
|
@ -9,8 +9,8 @@
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
|
|
||||||
- name: Get ip information and register it in a variable
|
- name: Get ip information and register it in a variable
|
||||||
scaleway_ip_info:
|
community.general.scaleway_ip_info:
|
||||||
region: par1
|
zone: nl-ams-1
|
||||||
register: ips
|
register: ips
|
||||||
|
|
||||||
- name: Display ips variable
|
- name: Display ips variable
|
||||||
|
|
@ -23,8 +23,8 @@
|
||||||
- ips is success
|
- ips is success
|
||||||
|
|
||||||
- name: Get ip information and register it in a variable
|
- name: Get ip information and register it in a variable
|
||||||
scaleway_ip_info:
|
community.general.scaleway_ip_info:
|
||||||
region: ams1
|
zone: nl-ams-1
|
||||||
register: ips_ams1
|
register: ips_ams1
|
||||||
|
|
||||||
- name: Display ips variable
|
- name: Display ips variable
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue