mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2021-12-13 19:00
This commit is contained in:
7
roles/ssh/tasks/facts.yml
Normal file
7
roles/ssh/tasks/facts.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
|
||||
- name: Combine SSH users
|
||||
set_fact:
|
||||
ssh_users: "{{ ssh_users + ssh_extra_users | default([]) }}"
|
||||
tags: ssh
|
||||
|
Reference in New Issue
Block a user