Skip to content

Commit ab60dff

Browse files
committed
rm opts
1 parent b9e8ed1 commit ab60dff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ansible/ci-build-builder.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,10 @@
5151
when: arch == "s390x"
5252

5353
- name: Copy ccache from the controller to build VM
54-
delegate_to: localhost
5554
ansible.builtin.copy:
5655
src: "{{ github_workspace }}/{{ ccache_path }}"
5756
dest: "{{ collector_root }}/{{ ccache_dir }}/"
5857
when: arch == "s390x" and ccache_check.stat.exists
59-
become: true
6058

6159
- name: Inject docker cache manually
6260
ansible.builtin.shell:

0 commit comments

Comments
 (0)