mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-30 05:02:54 +08:00
Update freshinstall-ubuntu.yml
This commit is contained in:
parent
761301bac3
commit
c04fd4c8b1
@ -148,7 +148,7 @@
|
|||||||
shell: apt-file update
|
shell: apt-file update
|
||||||
|
|
||||||
- name: if zfs module loaded, display importable pools
|
- 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:
|
args:
|
||||||
executable: /bin/bash
|
executable: /bin/bash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user