Skip to content

Commit b191c9a

Browse files
FedeDPpoiana
authored andcommitted
chore(roles/scap_open): renamed output jsons.
Signed-off-by: Federico Di Pierro <[email protected]>
1 parent bdd2729 commit b191c9a

File tree

1 file changed

+6
-6
lines changed
  • ansible-playbooks/roles/scap_open/tasks

1 file changed

+6
-6
lines changed

ansible-playbooks/roles/scap_open/tasks/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
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
@@ -99,7 +99,7 @@
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
@@ -127,7 +127,7 @@
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
@@ -149,7 +149,7 @@
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
@@ -171,7 +171,7 @@
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
@@ -193,7 +193,7 @@
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

0 commit comments

Comments
 (0)