Skip to content

Commit b4f8d7f

Browse files
committed
setup_gitea: blocked log output when cloning reference repo
1 parent 17e8944 commit b4f8d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roles/setup_gitea/tasks/install.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@
169169
repo: "{{ sg_repo_mirror_url }}"
170170
version: "{{ sg_repo_branch }}"
171171
key_file: "{{ keyfile | length | ternary(keyfile, omit) }}"
172+
no_log: true
172173

173174
- name: Mirror all branches to the repository # noqa command-instead-of-module
174175
ansible.builtin.shell:

0 commit comments

Comments
 (0)