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

13 lines
282 B
YAML

- name: Get snapshot informations and register it in a variable
scaleway_snapshot_facts:
register: snapshots
- name: Display snapshots variable
debug:
var: snapshots
- name: Ensure retrieval of snapshots facts is success
assert:
that:
- snapshots is success