We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f8614 commit 500cad0Copy full SHA for 500cad0
roles/gitlab/tasks/configure.yml
@@ -14,6 +14,7 @@
14
mode: "0600"
15
backup: true
16
when: "gitlab_secrets_file is defined"
17
+ no_log: true
18
notify:
19
- "Reconfigure Primary GitLab"
20
- "Reconfigure Non Primary GitLab"
@@ -26,6 +27,7 @@
26
27
owner: "root"
28
group: "root"
29
mode: "0644"
30
31
32
33
0 commit comments