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
commit c93ed30955

View File

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