mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix the test syntax (#56557)
This commit is contained in:
@@ -66,7 +66,7 @@
|
|||||||
scope: "/subscriptions/{{ subscription_id }}/resourceGroups/{{ resource_group }}"
|
scope: "/subscriptions/{{ subscription_id }}/resourceGroups/{{ resource_group }}"
|
||||||
role_name: "{{ role_name }}"
|
role_name: "{{ role_name }}"
|
||||||
register: facts
|
register: facts
|
||||||
until: "{{ facts.roledefinitions | length > 0 }}"
|
until: facts.roledefinitions | length > 0
|
||||||
retries: 50
|
retries: 50
|
||||||
delay: 60
|
delay: 60
|
||||||
|
|
||||||
@@ -204,4 +204,4 @@
|
|||||||
|
|
||||||
- assert:
|
- assert:
|
||||||
that:
|
that:
|
||||||
- output.changed
|
- output.changed
|
||||||
|
|||||||
Reference in New Issue
Block a user