Skip to content
Snippets Groups Projects
main.yml 162 B
Newer Older
  • Learn to ignore specific revisions
  • Daniel Müller's avatar
    Daniel Müller committed
    ---
    # roles/misc-applications
    
    Daniel Müller's avatar
    Daniel Müller committed
    
    - name: Install useful cli applications
      become: true
      apt:
        name:
          - neovim
          - tmux
        state: present