File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
ansible-playbooks/roles/scap_open/tasks Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6464 - name : Dump error message to file
6565 ansible.builtin.copy :
6666 content : " {{ cmake_result | to_nice_json }}"
67- dest : " {{ output_dest_dir }}/cmake-build-directory .json"
67+ dest : " {{ output_dest_dir }}/cmake-configure .json"
6868 mode : ' 0755'
6969 delegate_to : localhost
7070 become : false
9999 - name : Dump error message to file
100100 ansible.builtin.copy :
101101 content : " {{ km_result | to_nice_json }}"
102- dest : " {{ output_dest_dir }}/build-kernel-module .json"
102+ dest : " {{ output_dest_dir }}/kmod_build .json"
103103 mode : ' 0755'
104104 delegate_to : localhost
105105 become : false
127127 - name : Dump error message to file
128128 ansible.builtin.copy :
129129 content : " {{ result | to_nice_json }}"
130- dest : " {{ output_dest_dir }}/scap -open-and-kernel-module .json"
130+ dest : " {{ output_dest_dir }}/kmod_scap -open.json"
131131 mode : ' 0755'
132132 delegate_to : localhost
133133 become : false
149149 - name : Dump error message to file
150150 ansible.builtin.copy :
151151 content : " {{ bpf_probe_result | to_nice_json }}"
152- dest : " {{ output_dest_dir }}/build- bpf-probe .json"
152+ dest : " {{ output_dest_dir }}/bpf-probe_build .json"
153153 mode : ' 0755'
154154 delegate_to : localhost
155155 become : false
171171 - name : Dump error message to file
172172 ansible.builtin.copy :
173173 content : " {{ result | to_nice_json }}"
174- dest : " {{ output_dest_dir }}/scap-open-and- bpf-probe .json"
174+ dest : " {{ output_dest_dir }}/bpf-probe_scap-open .json"
175175 mode : ' 0755'
176176 delegate_to : localhost
177177 become : false
193193 - name : Dump error message to file
194194 ansible.builtin.copy :
195195 content : " {{ result | to_nice_json }}"
196- dest : " {{ output_dest_dir }}/scap-open-and- modern-probe .json"
196+ dest : " {{ output_dest_dir }}/modern-bpf_scap-open .json"
197197 mode : ' 0755'
198198 delegate_to : localhost
199199 become : false
You can’t perform that action at this time.
0 commit comments