Fix unfinished refactor
Signed-off-by: Matej Focko <matej.focko@outlook.com>
This commit is contained in:
parent
2a567d873c
commit
7dcb5b4321
4 changed files with 2 additions and 23 deletions
|
@ -11,11 +11,5 @@
|
||||||
- flameshot
|
- flameshot
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install all packages for shell
|
- include: shell.yml
|
||||||
dnf:
|
- include: haskell.yml
|
||||||
name:
|
|
||||||
- zsh
|
|
||||||
- tmux
|
|
||||||
- neovim
|
|
||||||
- emacs
|
|
||||||
state: present
|
|
|
@ -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
|
|
Loading…
Reference in a new issue