From 103b28302d31afa9325eb884c2cf5592a74a3f70 Mon Sep 17 00:00:00 2001 From: kneutron <50146127+kneutron@users.noreply.github.com> Date: Thu, 28 May 2020 22:20:37 -0500 Subject: [PATCH] Update freshinstall-ubuntu.yml --- freshinstall-ubuntu.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/freshinstall-ubuntu.yml b/freshinstall-ubuntu.yml index ce5e368..8b15a64 100644 --- a/freshinstall-ubuntu.yml +++ b/freshinstall-ubuntu.yml @@ -149,7 +149,6 @@ - name: if zfs module loaded, display importable pools shell: "[ $(lsmod |grep -c zfs) -gt 0 ] && zpool import" - args: executable: /bin/bash - name: Check if a reboot is needed for Debian and Ubuntu boxes