summaryrefslogtreecommitdiffstats
path: root/setup-bwlp/tasks/distro.yml
blob: 25e222ab46642bff00b4b7b842b01dba038ffb1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
- set_fact:
    pkgnames:
      - qt-devel
  when:
      - ansible_distribution == "CentOS"
- set_fact:
    pkgnames:
      - automake
      - lsof
      - libqt4-dev
      - m4
      - rsync
      - squashfs-tools
      - pkg-config
      - cmake
      - build-essential
      - xserver-xorg
  when:
      - ansible_distribution == "Ubuntu"