Commit 49f2ec5e by Feanil Patel

This task no longer has any secret info in its output.

So we can now log its output.
parent a2388911
......@@ -23,8 +23,7 @@
- name: Set git fetch.prune to ignore deleted remote refs
shell: git config --global fetch.prune true
become_user: "{{ repo_owner }}"
when: GIT_REPOS is defined
no_log: true
when: repo_owner is defined
tags:
- install
- install:code
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment