From 650c8bcb748732aec3cf58947e3d168efb2bafc4 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Tue, 21 Aug 2018 17:35:57 +0200 Subject: removed bwlp playbooks/roles it is getting moved to another repo --- setup-bwlp/tasks/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 setup-bwlp/tasks/main.yml (limited to 'setup-bwlp/tasks/main.yml') diff --git a/setup-bwlp/tasks/main.yml b/setup-bwlp/tasks/main.yml deleted file mode 100644 index 8804936..0000000 --- a/setup-bwlp/tasks/main.yml +++ /dev/null @@ -1,16 +0,0 @@ ---- -- include: tasks/distro.yml - -- name: mltk | Install dependencies - package: name={{ item }} state=installed - with_items: "{{ pkgnames }}" - -- name: mltk | Checkout repository - git: - repo: "{{ gitsource }}" - dest: "{{ gittarget }}" - version: "{{ gitbranch }}" - depth: 1 - -- name: mltk | Build bwlp target - shell: "{{ gittarget }}/mltk bwlp -b -i" -- cgit v1.2.3-55-g7522