blob: cde5b4d9178462f59c8c7aed9ee4b98a3115d1c4 (
plain)
1
2
3
4
5
6
|
---
- name: Extract squashfs image from ISO to root partition
become: true
command: unsquashfs -d {{ vyos_install_root }} {{ vyos_squashfs_image }}
args:
creates: "{{ vyos_install_root }}"
|