Skip to content

Commit dcc7a6e

Browse files
author
Federico Ceratto
committed
Add sshfeeder to collector group
1 parent df1a6b0 commit dcc7a6e

File tree

1 file changed

+2
-0
lines changed
  • ansible/roles/ooni-collector/tasks

1 file changed

+2
-0
lines changed

ansible/roles/ooni-collector/tasks/main.yml

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@
144144
- name: Setup the sshfeeder account
145145
user:
146146
name: sshfeeder
147+
group: sshfeeder
148+
groups: "{{ collector_user }}"
147149
createhome: yes
148150
append: yes
149151
shell: /bin/bash

0 commit comments

Comments
 (0)