Fix unfinished refactor

Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
Matej Focko 2020-10-14 20:31:50 +02:00
parent 2a567d873c
commit 7dcb5b4321
No known key found for this signature in database
GPG key ID: 707F7C6CBA7A2271
4 changed files with 2 additions and 23 deletions

View file

@ -11,11 +11,5 @@
- flameshot
state: present
- name: Install all packages for shell
dnf:
name:
- zsh
- tmux
- neovim
- emacs
state: present
- include: shell.yml
- include: haskell.yml

View file

@ -1,15 +0,0 @@
---
- name: Upgrade all packages
dnf:
name: '*'
state: latest
- name: Install playerctl and flameshot
dnf:
name:
- playerctl
- flameshot
state: present
- include: shell.yml
- include: haskell.yml