Skip to content

Commit 500cad0

Browse files
committed
Make sure to not output sensitive information
1 parent f2f8614 commit 500cad0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/gitlab/tasks/configure.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
mode: "0600"
1515
backup: true
1616
when: "gitlab_secrets_file is defined"
17+
no_log: true
1718
notify:
1819
- "Reconfigure Primary GitLab"
1920
- "Reconfigure Non Primary GitLab"
@@ -26,6 +27,7 @@
2627
owner: "root"
2728
group: "root"
2829
mode: "0644"
30+
no_log: true
2931
notify:
3032
- "Reconfigure Primary GitLab"
3133
- "Reconfigure Non Primary GitLab"

0 commit comments

Comments
 (0)