Install patch, jq, obs-studio

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
Yohann D'ANELLO 2021-03-21 00:42:38 +01:00
parent 7d5c4c9d2d
commit f84085a142
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
3 changed files with 4 additions and 1 deletions

View File

@ -8,6 +8,7 @@
- git
- sl
- htop
- patch
- tmux
- tree
register: pkg_result

View File

@ -5,6 +5,7 @@
name:
- feh
- mpv
- obs-studio
- vlc
- zathura
- zathura-pdf-poppler

View File

@ -3,8 +3,9 @@
- name: Queries package manager to install pass
package:
name:
- pass
- jq
- git
- pass
register: pkg_result
retries: 3
until: pkg_result is succeeded