diff --git a/freshinstall-ubuntu.yml b/freshinstall-ubuntu.yml index 8fa44b9..ce5e368 100644 --- a/freshinstall-ubuntu.yml +++ b/freshinstall-ubuntu.yml @@ -148,7 +148,7 @@ shell: apt-file update - name: if zfs module loaded, display importable pools - shell: [ $(lsmod |grep -c zfs) -gt 0 ] && zpool import + shell: "[ $(lsmod |grep -c zfs) -gt 0 ] && zpool import" args: executable: /bin/bash