removed trailing whitespaces

This commit is contained in:
nd 2019-11-02 14:54:27 +01:00
parent 4ce318dcf1
commit 5130e07acc
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 3 additions and 3 deletions

View file

@ -16,7 +16,7 @@
- name: create users
user:
name: "{{ user.name }}"
generate_ssh_key: "{{ user.genssh }}"
generate_ssh_key: "{{ user.genssh }}"
ssh_key_type: ed25519
group: "{{ user.group }}"
groups: "{{ user.groups }}"