From 7cf01fe5356508607e6c09281c15cae60ab2b058 Mon Sep 17 00:00:00 2001 From: Paul Walko Date: Sun, 3 Jan 2021 11:53:25 -0500 Subject: [PATCH] fix zpool path --- ansible/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/main.yml b/ansible/main.yml index 64a44eb..74b8b36 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -238,7 +238,7 @@ cron: name: 'Weekly zfs pool status check' special_time: weekly - job: 'zpool status | mail -s "ZFS STATUS" paulsw.pw+alerts@gmail.com' + job: '/usr/sbin/zpool status | mail -s "ZFS STATUS" paulsw.pw+alerts@gmail.com' user: root - name: Install rclone