summaryrefslogtreecommitdiff
path: root/roles/comfortable/tasks/main.yml
blob: 9e2ba6b3da8589157fa2986631062df88739e55e (plain)
1
2
3
4
5
6
7
8
- name: "install comfort packages"
  apt:
    name: "{{ item }}"
  with_items:
    - less
    - curl
    - psmisc
    - locales-all