From fec1aa51e5f7b3738f50c51534566ef535ec8589 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Tue, 24 Jan 2017 01:18:29 -0600 Subject: [PATCH] Add ZFS --- setup.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/setup.yml b/setup.yml index 76ca0e4..4e1d45a 100644 --- a/setup.yml +++ b/setup.yml @@ -18,11 +18,16 @@ name: 'https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm' state: present - - name: Slack Repository + - name: Slack dnf: name: 'https://downloads.slack-edge.com/linux_releases/slack-2.4.2-0.1.fc21.x86_64.rpm' state: present + - name: ZFS + dnf: + name: 'http://download.zfsonlinux.org/fedora/zfs-release.fc25.noarch.rpm' + state: present + # install packages @@ -116,6 +121,12 @@ name: vim-X11 state: latest + - name: Install ZFS + dnf: + name: zfs + state: latest + + - name: Install ZSH dnf: name: zsh