You've already forked ansible-role-unix-users
fix: config ssh client config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -2,5 +2,5 @@
|
||||
|
||||
- name: Remove unix group {{ unix_group.key }}
|
||||
group:
|
||||
name: "{{ unix_group.value.name }}"
|
||||
name: "{{ unix_group.key }}"
|
||||
state: absent
|
Reference in New Issue
Block a user