mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 05:10:22 -07:00
Initial commit
This commit is contained in:
commit
aebc1b03fd
4861 changed files with 812621 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
- name: Get organization informations and register it in a variable
|
||||
scaleway_organization_info:
|
||||
register: organizations
|
||||
|
||||
- name: Display organizations variable
|
||||
debug:
|
||||
var: organizations
|
||||
|
||||
- name: Ensure retrieval of organizations info is success
|
||||
assert:
|
||||
that:
|
||||
- organizations is success
|
Loading…
Add table
Add a link
Reference in a new issue