Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions ansible/roles/dev-desktop/tasks/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
- libxcb-xfixes0-dev
state: present

# neovim is installed, and a good default for people without a specific preference for classic vim
- name: Set vim alternative
shell: update-alternatives --set vim /usr/bin/nvim

# we don't need it because we don't need to send emails
- name: Uninstall postfix
apt:
Expand Down
Loading