Merge "gerrit: set ownership on ~gerrit2/.ssh directory"

This commit is contained in:
Zuul
2020-12-02 18:25:28 +00:00
committed by Gerrit Code Review

View File

@@ -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,