summaryrefslogtreecommitdiff
path: root/ansible/roles/debian-dev-env/tasks/main.yml
blob: 98aeb7c3ffcd46980773890557291262cc54d4cd (plain)
1
2
3
4
5
6
7
8
9
10
- name: "install Debian development packages"
  apt:
    name: "{{ item }}"
  with_items:
    - build-essential
    - debhelper
    - devscripts
    - pbuilder
    - reprepro
    - bumper