Skip to content

Commit 0887d1d

Browse files
committed
root
1 parent 4ee116e commit 0887d1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/ci-build-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
ansible.builtin.copy:
5656
src: "{{ github_workspace }}/{{ ccache_path }}"
5757
dest: "{{ collector_root }}/{{ ccache_dir }}/"
58-
remote_src: false
5958
when: arch == "s390x" and ccache_check.stat.exists
59+
become: true
6060

6161
- name: Inject docker cache manually
6262
ansible.builtin.shell:

0 commit comments

Comments
 (0)