1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 13:19:13 +00:00
This commit is contained in:
Philip Norton 2026-03-21 12:29:23 -04:00 committed by GitHub
commit bb36a0df36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 77 additions and 15 deletions

View file

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