Merge "gerrit: set ownership on ~gerrit2/.ssh directory"
This commit is contained in:
commit
c93ed30955
@ -152,6 +152,8 @@
|
||||
file:
|
||||
state: directory
|
||||
path: "{{ gerrit_home_dir }}/.ssh"
|
||||
owner: "{{ gerrit_user_name }}"
|
||||
group: "{{ gerrit_user_name }}"
|
||||
mode: 0700
|
||||
|
||||
# Private key for gerrit user to connect to other systems,
|
||||
|
Loading…
x
Reference in New Issue
Block a user