mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
scaleway: Introduce scaleway_organization_facts module
Co-authored-by: Rémy Leone <rleone@online.net>
This commit is contained in:
committed by
Michael Scherer
parent
809aa2d767
commit
03e3a0b202
12
test/legacy/roles/scaleway_organization_facts/tasks/main.yml
Normal file
12
test/legacy/roles/scaleway_organization_facts/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
- name: Get organization informations and register it in a variable
|
||||
scaleway_organization_facts:
|
||||
register: organizations
|
||||
|
||||
- name: Display organizations variable
|
||||
debug:
|
||||
var: organizations
|
||||
|
||||
- name: Ensure retrieval of organizations facts is success
|
||||
assert:
|
||||
that:
|
||||
- organizations is success
|
||||
@@ -9,6 +9,7 @@
|
||||
- { role: scaleway_compute, tags: test_scaleway_compute }
|
||||
- { role: scaleway_image_facts, tags: test_scaleway_image_facts }
|
||||
- { role: scaleway_ip_facts, tags: test_scaleway_ip_facts }
|
||||
- { role: scaleway_organization_facts, tags: test_scaleway_organization_facts }
|
||||
- { role: scaleway_security_group_facts, tags: test_scaleway_security_group_facts }
|
||||
- { role: scaleway_server_facts, tags: test_scaleway_server_facts }
|
||||
- { role: scaleway_snapshot_facts, tags: test_scaleway_snapshot_facts }
|
||||
|
||||
Reference in New Issue
Block a user