--- - name: Combine SSH users set_fact: ssh_users: "{{ ssh_users + ssh_extra_users | default([]) }}" tags: ssh