From a526f847fb2b88b0fc5cf90d037f517bcda35c10 Mon Sep 17 00:00:00 2001 From: Philip Norton Date: Thu, 19 Mar 2026 12:40:51 +0000 Subject: [PATCH] Updated the scaleway_ip_info test to reflect the usage of zone over the region. --- tests/integration/targets/scaleway_ip_info/tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/integration/targets/scaleway_ip_info/tasks/main.yml b/tests/integration/targets/scaleway_ip_info/tasks/main.yml index 6aad9b52e9..559e8eb844 100644 --- a/tests/integration/targets/scaleway_ip_info/tasks/main.yml +++ b/tests/integration/targets/scaleway_ip_info/tasks/main.yml @@ -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