1
0
Fork 0
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:
Philip Norton 2026-03-19 12:40:51 +00:00
parent b61c02cc7a
commit a526f847fb

View file

@ -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