Skip to content

Commit

Permalink
Merge pull request #340 from alpha-pet/fix/no-log-list-runners
Browse files Browse the repository at this point in the history
Add `gitlab_runner_no_log_secrets` to list of configured runners
  • Loading branch information
guenhter authored Aug 5, 2024
2 parents 28404cc + a6a9fdc commit 68f5f8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/list-configured-runners-unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
json_item: "{{ item | from_json }}"
loop: "{{ registered_runners_json_result.stderr_lines }}"
when: "'Executor' in json_item"
no_log: "{{ gitlab_runner_no_log_secrets | default(omit) }}"

- name: Print registered runners
debug: var=registered_gitlab_runner_names

0 comments on commit 68f5f8e

Please sign in to comment.