Update freshinstall-ubuntu.yml

This commit is contained in:
kneutron 2020-05-28 22:20:37 -05:00 committed by GitHub
parent c04fd4c8b1
commit 103b28302d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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