removed trailing whitespaces
This commit is contained in:
parent
4ce318dcf1
commit
5130e07acc
2 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
||||||
- name: handle groups
|
- name: handle groups
|
||||||
with_dict: "{{ accounts.groups }}"
|
with_dict: "{{ accounts.groups }}"
|
||||||
include_tasks:
|
include_tasks:
|
||||||
file: groups.yml
|
file: groups.yml
|
||||||
|
|
||||||
- name: handle users
|
- name: handle users
|
||||||
with_dict: "{{ accounts.users }}"
|
with_dict: "{{ accounts.users }}"
|
||||||
include_tasks:
|
include_tasks:
|
||||||
file: users.yml
|
file: users.yml
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@
|
||||||
- name: create users
|
- name: create users
|
||||||
user:
|
user:
|
||||||
name: "{{ user.name }}"
|
name: "{{ user.name }}"
|
||||||
generate_ssh_key: "{{ user.genssh }}"
|
generate_ssh_key: "{{ user.genssh }}"
|
||||||
ssh_key_type: ed25519
|
ssh_key_type: ed25519
|
||||||
group: "{{ user.group }}"
|
group: "{{ user.group }}"
|
||||||
groups: "{{ user.groups }}"
|
groups: "{{ user.groups }}"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue