summaryrefslogtreecommitdiffstats
path: root/setup-bwlp/tasks/distro.yml
diff options
context:
space:
mode:
Diffstat (limited to 'setup-bwlp/tasks/distro.yml')
-rw-r--r--setup-bwlp/tasks/distro.yml21
1 files changed, 0 insertions, 21 deletions
diff --git a/setup-bwlp/tasks/distro.yml b/setup-bwlp/tasks/distro.yml
deleted file mode 100644
index 25e222a..0000000
--- a/setup-bwlp/tasks/distro.yml
+++ /dev/null
@@ -1,21 +0,0 @@
----
-- 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"
-