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