Skip to content
Snippets Groups Projects
Commit 0e629638 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#2934 Allow extra groups for sftp users

parent 6fda0f0e
No related branches found
No related tags found
No related merge requests found
......@@ -44,6 +44,7 @@
name: '{{ item.username }}'
home: /home/{{ item.username }}
shell: /bin/false
groups: '{{ item.groups|default(omit) }}'
with_items: '{{ sftp_user }}'
- name: Install Keys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment