feat(suse): add opensuse tasks

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2022-08-18 00:12:43 +02:00
parent 95a8a950b5
commit f59c9aa8d8
Signed by: mfocko
GPG key ID: 7C47D46246790496
3 changed files with 31 additions and 0 deletions

View file

@ -0,0 +1,3 @@
---
dependencies:
- opensuse/packages

View file

@ -0,0 +1,18 @@
---
- name: Upgrade all packages
zypper:
name: "*"
state: latest
- name: Install playerctl and flameshot
zypper:
name:
- playerctl
- flameshot
- name: Install non-default flatpak
zypper:
name:
- flatpak
- include: shell.yml

View file

@ -0,0 +1,10 @@
---
- name: Install all packages for shell
zypper:
name:
- zsh
- tmux
- neovim
- emacs
- alacritty
state: present