mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 13:19:13 +00:00
Merge f49dc75667 into b4336659f6
This commit is contained in:
commit
bb36a0df36
16 changed files with 77 additions and 15 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