summaryrefslogtreecommitdiff
path: root/roles/comfortable/tasks/main.yml
blob: ebf3fa5aad7b9d05c537faa4956092dd6787e6d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
- name: "install comfort packages"
  apt:
    name: "{{ item }}"
  with_items:
    - less
    - curl
    - psmisc
    - locales-all
    - jq
- name: "remove uncomfortable packages"
  apt:
    name: "{{ item }}"
    state: absent
  with_items:
    - bash-completion