mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Fix the test syntax (#56557)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user