diff options
author | Manuel Bentele | 2021-06-25 14:49:12 +0200 |
---|---|---|
committer | Manuel Bentele | 2021-06-25 14:49:12 +0200 |
commit | fda0955acf0098c5177ad052c46523a76af655a9 (patch) | |
tree | 554d88a7a146a92693579de4733d1efee23ce9fb /mltk-qemu/tasks | |
parent | README.md: added note on the background mess :) (diff) | |
download | ansible-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/tasks')
-rw-r--r-- | mltk-qemu/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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" |