add support for ssh keys
This commit is contained in:
parent
5130e07acc
commit
fbb20fdf1d
3 changed files with 19 additions and 7 deletions
|
|
@ -5,9 +5,9 @@
|
|||
gid: "{{ omit }}"
|
||||
|
||||
- set_fact:
|
||||
group: "{{ defaultgroup|combine(item.value|d({}), {'name': item.key} ) }}"
|
||||
group: "{{ defaultgroup|combine(currentgroup.value|d({}), {'name': currentgroup.key} ) }}"
|
||||
|
||||
- name: create groupss
|
||||
- name: create groups
|
||||
group:
|
||||
name: "{{ group.name }}"
|
||||
system: "{{ group.system }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue