/usr merge was only in EL7+. We still have some EL6
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
bba28c10eb
commit
6022392806
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue