From a49ae8f7c514d20ae6354be74bae8aca61cb4b45 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sun, 7 Feb 2021 06:41:48 -0600 Subject: [PATCH] Sort reports. --- facts/general/system.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/facts/general/system.yml b/facts/general/system.yml index 5371e82..94c697f 100644 --- a/facts/general/system.yml +++ b/facts/general/system.yml @@ -46,6 +46,6 @@ - name: General | Facts | System | Reports set_fact: heartbeat_report: "{{ report_location }}/{{ ansible_hostname }}.txt" - lynis_report: "{{ report_location }}/{{ ansible_hostname }}_lynis.txt" - nmap_report: "{{ report_location }}/{{ ansible_hostname }}_nmap.txt" - ansible_pull_report: "{{ report_location }}/{{ ansible_hostname }}_last_pull_times.txt" \ No newline at end of file + lynis_report: "{{ report_location }}/lynis/{{ ansible_hostname }}_lynis.txt" + nmap_report: "{{ report_location }}/nmap/{{ ansible_hostname }}_nmap.txt" + ansible_pull_report: "{{ report_location }}/pull/{{ ansible_hostname }}_last_pull_times.txt" \ No newline at end of file