home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 59766ff2e2398b5bd5b8bb70e367070f6a53890d
parent 7219fe1051f5ec5d3ce1acbe39fcd629146774e5
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon,  1 Jul 2019 14:16:16 +0200

ansible: add more required packages

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mroles/common/tasks/install-essentials.yml | 6++++--
Mroles/common/tasks/install-fedora-essentials.yml | 6++++--
Mroles/desktop/tasks/gnome.yml | 1+
3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/roles/common/tasks/install-essentials.yml b/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 diff --git a/roles/common/tasks/install-fedora-essentials.yml b/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 diff --git a/roles/desktop/tasks/gnome.yml b/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