Skip to content
Snippets Groups Projects
  • Daniel Müller's avatar
    690f2d6a
    General Update · 690f2d6a
    Daniel Müller authored
    - Lock jupyterlab to version 3.2.4
    - Change venv tasks to execute as target_user
    - Remove whitespaces
    - Remove unneeded comments
    690f2d6a
    History
    General Update
    Daniel Müller authored
    - Lock jupyterlab to version 3.2.4
    - Change venv tasks to execute as target_user
    - Remove whitespaces
    - Remove unneeded comments
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
main.yml 150 B
---
# roles/misc-applications

- name: Install useful cli applications
  become: true
  apt:
    name:
      - neovim
      - tmux
    state: present