Use package instead of apt, move away from TU gds

This commit is contained in:
Daniel A. Maierhofer
2018-03-16 18:07:05 +01:00
parent 013e945d2d
commit 7324e59ece
8 changed files with 17 additions and 16 deletions

View File

@@ -1,15 +1,15 @@
---
- name: zfs - linux-headers
apt: name=linux-headers-{{ ansible_kernel }}
package: name=linux-headers-{{ ansible_kernel }}
- name: zfs - install ZoL dkms
apt: name=zfs-dkms
package: name=zfs-dkms
- name: zfs - install ZoL utils
apt: name=zfsutils-linux
package: name=zfsutils-linux
- name: zfs - install zfs-auto-snapshot
apt: name=zfs-auto-snapshot
package: name=zfs-auto-snapshot
- name: zfs - zfs-auto-snapshot find cron files
shell: find /etc/cron* -type f -name zfs-auto-snapshot