Commit 59766ff2e239

Vincent Demeester <vincent@sbr.pm>
2019-07-01 14:16:16
ansible: add more required packages
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 7219fe1
Changed files (3)
roles/common/tasks/install-essentials.yml
@@ -6,4 +6,7 @@
   - vim
   - htop
   - tmux
-  - zsh
\ No newline at end of file
+  - zsh
+  - sshfs
+  - krb5-auth-dialog
+  - krb5-workstation
roles/common/tasks/install-fedora-essentials.yml
@@ -6,4 +6,7 @@
   - python3-psutil
   - util-linux-user
   - oathtool
-  - lm_sensors
\ No newline at end of file
+  - lm_sensors
+  - qrencode
+  - caca-utils
+  - ykpers
roles/desktop/tasks/gnome.yml
@@ -14,6 +14,7 @@
   - gnome-shell-extension-pomodoro
   - snapd
   - xsel
+  - pavucontrol
 - name: Install dconf-editor
   become: yes
   package: name=dconf-editor state=present