Skip to content

Commit

Permalink
Set showroom_user_data defaults (#7511)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaaano authored Dec 13, 2023
1 parent aff3add commit 3aee45b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

- name: Set showroom_user_data fact from lookup - global value
ansible.builtin.set_fact:
_showroom_user_data: "{{ lookup('agnosticd_user_data', '*') }}"
_showroom_user_data: "{{ _showroom_user_data | combine(lookup('agnosticd_user_data', '*')) }}"

- name: Set fact _user_count
when: _showroom_user_data.users is defined
Expand Down

0 comments on commit 3aee45b

Please sign in to comment.