mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-18 19:23:17 +02:00
8 lines
121 B
YAML
8 lines
121 B
YAML
---
|
|
|
|
- name: Combine SSH users
|
|
set_fact:
|
|
ssh_users: "{{ ssh_users + ssh_extra_users | default([]) }}"
|
|
tags: ssh
|
|
|