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

13 lines
324 B
YAML

- name: Get security group informations and register it in a variable
scaleway_security_group_facts:
register: security_groups
- name: Display security_groups variable
debug:
var: security_groups
- name: Ensure retrieval of security groups facts is success
assert:
that:
- security_groups is success