From 60223928068a39f6ef2be4dddab08ae5fb0ac5f1 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Fri, 18 May 2018 10:11:39 +0000 Subject: [PATCH] /usr merge was only in EL7+. We still have some EL6 Signed-off-by: Patrick Uiterwijk --- playbooks/manual/gdpr/sar.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/gdpr/sar.yml b/playbooks/manual/gdpr/sar.yml index 81d6a5c5fc..7006b1c2fa 100644 --- a/playbooks/manual/gdpr/sar.yml +++ b/playbooks/manual/gdpr/sar.yml @@ -35,7 +35,7 @@ delegate_to: localhost delegate_facts: false # Remove the variable from memory - - command: "/usr/bin/true" + - command: "/bin/true" register: sar_data - name: Create the archive