mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-21 20:59:10 +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
|
||||
|
||||
- name: Get ip information and register it in a variable
|
||||
scaleway_ip_info:
|
||||
region: par1
|
||||
community.general.scaleway_ip_info:
|
||||
zone: nl-ams-1
|
||||
register: ips
|
||||
|
||||
- name: Display ips variable
|
||||
|
|
@ -23,8 +23,8 @@
|
|||
- ips is success
|
||||
|
||||
- name: Get ip information and register it in a variable
|
||||
scaleway_ip_info:
|
||||
region: ams1
|
||||
community.general.scaleway_ip_info:
|
||||
zone: nl-ams-1
|
||||
register: ips_ams1
|
||||
|
||||
- name: Display ips variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue