diff options
Diffstat (limited to 'roles/qemu-raw/tasks')
-rw-r--r-- | roles/qemu-raw/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/qemu-raw/tasks/main.yml b/roles/qemu-raw/tasks/main.yml new file mode 100644 index 0000000..aebcb3e --- /dev/null +++ b/roles/qemu-raw/tasks/main.yml @@ -0,0 +1,2 @@ +- name: set raw image to the correct name + command: mv "{{ vyos_raw_img }}" "{{ vyos_qemu_raw_img }}" |