summaryrefslogtreecommitdiff
path: root/ansible/roles/comfortable-debian-system/tasks/main.yml
blob: 85ac7c68a9bf5d22657e37cc6bc68ac4628df3f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- name: install packages
  apt:
    name:
    - man-db
    - psmisc
    - whois
    - screen
    - pv
    - locales-all
    - rsync
    - htop
    - mosh
    - apt-file
    - dnsutils
    - git
    - wdiff
    - pwgen

- name: "remove uncomfortable stuff"
  apt:
    state: absent
    name:
    - bash-completion