mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-22 21:23:23 +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
|
||
|
|