summaryrefslogtreecommitdiffstats
path: root/mltk-qemu
diff options
context:
space:
mode:
authorManuel Bentele2021-06-25 14:49:12 +0200
committerManuel Bentele2021-06-25 14:49:12 +0200
commitfda0955acf0098c5177ad052c46523a76af655a9 (patch)
tree554d88a7a146a92693579de4733d1efee23ce9fb /mltk-qemu
parentREADME.md: added note on the background mess :) (diff)
downloadansible-bwlp-fda0955acf0098c5177ad052c46523a76af655a9.tar.gz
ansible-bwlp-fda0955acf0098c5177ad052c46523a76af655a9.tar.xz
ansible-bwlp-fda0955acf0098c5177ad052c46523a76af655a9.zip
[mltk-qemu] Add build of 'qemu' mltk target
Diffstat (limited to 'mltk-qemu')
-rw-r--r--mltk-qemu/meta/main.yml3
-rw-r--r--mltk-qemu/tasks/main.yml3
2 files changed, 6 insertions, 0 deletions
diff --git a/mltk-qemu/meta/main.yml b/mltk-qemu/meta/main.yml
new file mode 100644
index 0000000..74efe31
--- /dev/null
+++ b/mltk-qemu/meta/main.yml
@@ -0,0 +1,3 @@
+---
+dependencies:
+ - { role: mltk-core }
diff --git a/mltk-qemu/tasks/main.yml b/mltk-qemu/tasks/main.yml
new file mode 100644
index 0000000..4eeb8ff
--- /dev/null
+++ b/mltk-qemu/tasks/main.yml
@@ -0,0 +1,3 @@
+---
+- name: mltk | Build and install qemu target
+ shell: "{{ mltk_git_target }}/mltk qemu -b -i -d"