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

13 lines
261 B
YAML

- name: Get image informations and register it in a variable
scaleway_image_facts:
register: images
- name: Display images variable
debug:
var: images
- name: Ensure retrieval of images facts is success
assert:
that:
- images is success