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 - git
- sl - sl
- htop - htop
- patch
- tmux - tmux
- tree - tree
register: pkg_result register: pkg_result

View File

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

View File

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