fix: config ssh client config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-07-19 17:54:56 +02:00
parent 1cc08cdfbc
commit 26e57d7b6f
7 changed files with 98 additions and 36 deletions

View File

@ -1,7 +1,7 @@
---
- name: Remove unix user {{ unix_user.key }}
group:
name: "{{ unix_user.value.name }}"
user:
name: "{{ unix_user.key }}"
state: absent
remove: yes