1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/test/legacy/roles/scaleway_server_facts/tasks/main.yml

13 lines
268 B
YAML
Raw Normal View History

- name: Get server informations and register it in a variable
scaleway_server_facts:
register: servers
- name: Display servers variable
debug:
var: servers
- name: Ensure retrieval of servers facts is success
assert:
that:
- servers is success