Skip to content

Commit fe81e2a

Browse files
Fix hide_sensitive_logs variable
1 parent 99f39e9 commit fe81e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ runner_state: "started"
1515
reinstall_runner: no
1616

1717
# Do not show Ansible logs which may contain sensitive data (registration token)
18-
hide_sensitive_logs: no
18+
hide_sensitive_logs: yes
1919

2020
# GitHub address
2121
github_server: "https://github.com"

0 commit comments

Comments
 (0)