1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-11 10:35:34 +00:00

fix integrationtest

This commit is contained in:
Felix Grzelka 2026-05-29 09:35:22 +00:00
parent 3262224b62
commit ab08b5304c

View file

@ -84,15 +84,7 @@
- name: add missing group info for comparison
set_fact:
user_info_with_groups: "{{ [user_infos.users[0] | combine({'groups': ['test', 'test2']}), user_infos.users[1]] | combine({'groups': []})}}"
- name: debug
debug:
var: user_info_with_groups
- name: debug
debug:
msg: "{{ [create_result.end_state, create_result2.end_state] }}"
user_info_with_groups: "{{ [user_infos.users[0] | combine({'groups': ['test', 'test2']}), user_infos.users[1] | combine({'groups': []}) ] }}"
- name: Assert user info is returned correctly
assert: