This commit is contained in:
Gary Talent 2017-01-24 01:18:29 -06:00
parent d2e37afca7
commit fec1aa51e5

View File

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