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