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