Skip to content

Commit

Permalink
Merge pull request #330 from mpsOxygen/master
Browse files Browse the repository at this point in the history
Update register-runner.yml to use variable for no_log
  • Loading branch information
guenhter committed May 15, 2024
2 parents 1d9f187 + 3eb960c commit 999a2e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/register-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,5 +191,5 @@
when:
- actual_gitlab_runner_name not in registered_gitlab_runner_names
- gitlab_runner.state|default('present') == 'present'
no_log: true
no_log: "{{ gitlab_runner_no_log_secrets | default(true) }}"
become: "{{ gitlab_runner_system_mode }}"

0 comments on commit 999a2e2

Please sign in to comment.