fixing role definition test (#54715)
This commit is contained in:
parent
ee08b009dd
commit
138fc11ee0
1 changed files with 7 additions and 5 deletions
|
@ -58,6 +58,7 @@
|
|||
|
||||
- name: Assert facts
|
||||
assert:
|
||||
that:
|
||||
- facts['roledefinitions'] | length > 1
|
||||
|
||||
- name: Get facts
|
||||
|
@ -68,6 +69,7 @@
|
|||
|
||||
- name: Assert facts
|
||||
assert:
|
||||
that:
|
||||
- facts['roledefinitions'] | length == 1
|
||||
- facts['roledefinitions']['permissions'] | length == 1
|
||||
- facts['roledefinitions']['permissions'][0]['not_data_actions'] | length == 1
|
||||
|
|
Loading…
Reference in a new issue