summaryrefslogtreecommitdiffstats
path: root/mltk-bwlp/tasks/distro.yml
blob: 1db174d17362b7ad1ba9e9f2932daa3aafd5eadb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# TODO other distros if needed
- set_fact:
    pkgnames:
      - build-essential
      - automake
      - cmake
      - lsof
      - m4
      - rsync
      - pkg-config
      - xserver-xorg
    when:
      - ansible_distribution == "Ubuntu"
# TODO QT