summaryrefslogtreecommitdiffstats
path: root/setup-dev-tools/tasks/distro.yml
blob: 0f120ec106bc32689779018e10720ca1ebed2599 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
# This sets the package names for the supported distros.
- set_fact: 
    pkgnames:
      - "build-essential"
      - "cmake"
      - "git"
  when:
    - ansible_distribution == "Ubuntu"
- set_fact: 
    pkgnames:
      - "@development tools"
      - "cmake"
      - "git"
  when:
    - ansible_distribution == "CentOS"