From 0f9409acf3cc583651304abab7d4969b4f6977d6 Mon Sep 17 00:00:00 2001 From: Randy Barlow Date: Mon, 21 May 2018 16:28:07 +0000 Subject: [PATCH] The fedora people SAR dump is XML now instead of JSON. Signed-off-by: Randy Barlow --- inventory/host_vars/people02.fedoraproject.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/host_vars/people02.fedoraproject.org b/inventory/host_vars/people02.fedoraproject.org index 00a5e5a486..a39d4a3b73 100644 --- a/inventory/host_vars/people02.fedoraproject.org +++ b/inventory/host_vars/people02.fedoraproject.org @@ -38,4 +38,4 @@ ssh_hostnames: # GDPR SAR vars sar_script: "/usr/bin/tree /home/fedora/$SAR_USERNAME -DFgXfpsu --timefmt %Y-%m-%dT%H:%M:%SZ" sar_script_user: "root" -sar_output_file: "fedora_people.json" +sar_output_file: "fedora_people.xml"