You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/legacy/roles/scaleway_organization_facts/tasks/main.yml

13 lines
310 B
YAML

- 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