File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 dest : " {{ workingDir }}/bin/"
6363 remote_src : true
6464
65+ - name : Change oc-mirror permissions
66+ ansible.builtin.file :
67+ path : " {{ workingDir }}/bin/oc-mirror"
68+ mode : " 0755"
69+
6570- name : Download clairctl
6671 ansible.builtin.get_url :
6772 url : " {{ control_binaries.clairctl.url }}"
Original file line number Diff line number Diff line change 2929 src : ../../templates/imagesetconfiguration.yaml.j2
3030 dest : " {{ workingDir }}/config/imagesetconfiguration-cache.yaml"
3131
32- - name : Change oc-mirror permissions
33- ansible.builtin.file :
34- path : " {{ workingDir }}/bin/oc-mirror"
35- mode : " 0755"
36-
3732- name : Ensure oc-mirror log directory exists
3833 ansible.builtin.file :
3934 path : " {{ workingDir }}/logs/"
Original file line number Diff line number Diff line change 4141 src : ../../templates/imagesetconfiguration.yaml.j2
4242 dest : " {{ workingDir }}/config/imagesetconfiguration.yaml"
4343
44- - name : Change oc-mirror permissions
45- ansible.builtin.file :
46- path : " {{ workingDir }}/bin/oc-mirror"
47- mode : " 0755"
48-
4944- name : Ensure oc-mirror log directory exists
5045 ansible.builtin.file :
5146 path : " {{ workingDir }}/logs/"
You can’t perform that action at this time.
0 commit comments