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_volume_facts/tasks/main.yml

13 lines
268 B
YAML

- name: Get volume informations and register it in a variable
scaleway_volume_facts:
register: volumes
- name: Display volumes variable
debug:
var: volumes
- name: Ensure retrieval of volumes facts is success
assert:
that:
- volumes is success