summaryrefslogtreecommitdiffstats
path: root/setup-bwlp/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'setup-bwlp/tasks/main.yml')
-rw-r--r--setup-bwlp/tasks/main.yml16
1 files changed, 0 insertions, 16 deletions
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"