From 782c29d293fd0b36770ad9cc23b43dcd78345732 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 21 Aug 2018 18:23:49 +0200 Subject: initial state --- mltk-bwlp/tasks/distro.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 mltk-bwlp/tasks/distro.yml (limited to 'mltk-bwlp/tasks/distro.yml') 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 -- cgit v1.2.3-55-g7522