Skip to content

Commit

Permalink
[gitlab] set /etc/gitlab/ssl mode to '0755'
Browse files Browse the repository at this point in the history
(cherry picked from commit 0a18b9a)
  • Loading branch information
lewer authored and drybjed committed Apr 22, 2024
1 parent 1a44760 commit 3d8488f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/gitlab/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
state: 'directory'
mode: '{{ item.mode }}'
loop:
- { path: '/etc/gitlab/ssl', mode: '0775' }
- { path: '/etc/gitlab/ssl', mode: '0755' }
- { path: '/etc/gitlab/trusted-certs', mode: '0755' }

- name: Manage CA certificate symlinks in GitLab environment
Expand Down

0 comments on commit 3d8488f

Please sign in to comment.