mirror of
https://github.com/davestephens/ansible-nas
synced 2024-11-15 08:27:19 +00:00
zfs isn't an ubuntu package any more, it's zfs-linux
This commit is contained in:
parent
ea7d54386c
commit
f52a2780e3
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
with_items:
|
||||
- smartmontools
|
||||
- htop
|
||||
- zfs
|
||||
- zfs-linux
|
||||
- bonnie++
|
||||
- unzip
|
||||
- lm-sensors
|
||||
|
@ -26,4 +26,4 @@
|
|||
|
||||
- name: "Set hostname to {{ ansible_nas_hostname }}"
|
||||
hostname:
|
||||
name: "{{ ansible_nas_hostname }}"
|
||||
name: "{{ ansible_nas_hostname }}"
|
||||
|
|
Loading…
Reference in a new issue