From cdbd9df937e524c1d89ef74c15a013e79359b9fc Mon Sep 17 00:00:00 2001 From: create with ansible Date: Thu, 8 Oct 2020 01:35:44 -0400 Subject: minor fixes --- roles/qemu-raw/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/qemu-raw/tasks/main.yml (limited to 'roles/qemu-raw/tasks/main.yml') 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 }}" -- cgit v1.2.3