Fix the test syntax (#56557)

pull/56560/head
Yuwei Zhou 5 years ago committed by Yunge Zhu
parent 2a187f362a
commit 6c1dbbe554

@ -66,7 +66,7 @@
scope: "/subscriptions/{{ subscription_id }}/resourceGroups/{{ resource_group }}"
role_name: "{{ role_name }}"
register: facts
until: "{{ facts.roledefinitions | length > 0 }}"
until: facts.roledefinitions | length > 0
retries: 50
delay: 60
@ -204,4 +204,4 @@
- assert:
that:
- output.changed
- output.changed

Loading…
Cancel
Save