mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixing role definition test (#54715)
This commit is contained in:
committed by
Yunge Zhu
parent
ee08b009dd
commit
138fc11ee0
@@ -58,7 +58,8 @@
|
||||
|
||||
- name: Assert facts
|
||||
assert:
|
||||
- facts['roledefinitions'] | length > 1
|
||||
that:
|
||||
- facts['roledefinitions'] | length > 1
|
||||
|
||||
- name: Get facts
|
||||
azure_rm_roledefinition_info:
|
||||
@@ -68,10 +69,11 @@
|
||||
|
||||
- name: Assert facts
|
||||
assert:
|
||||
- facts['roledefinitions'] | length == 1
|
||||
- facts['roledefinitions']['permissions'] | length == 1
|
||||
- facts['roledefinitions']['permissions'][0]['not_data_actions'] | length == 1
|
||||
- facts['roledefinitions']['permissions'][0]['data_actions'] | length == 1
|
||||
that:
|
||||
- facts['roledefinitions'] | length == 1
|
||||
- facts['roledefinitions']['permissions'] | length == 1
|
||||
- facts['roledefinitions']['permissions'][0]['not_data_actions'] | length == 1
|
||||
- facts['roledefinitions']['permissions'][0]['data_actions'] | length == 1
|
||||
|
||||
- name: Update the role definition (idempotent)
|
||||
azure_rm_roledefinition:
|
||||
|
||||
Reference in New Issue
Block a user