Skip to content
Snippets Groups Projects
Commit eba44148 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

guest-overlay: Create the SquashFS with the right UID/GID

parent 0a8b7771
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
- mount - mount
- name: ensure the squasfs is created - name: ensure the squasfs is created
local_action: command mksquashfs "{{ role_path }}/files/provision" "{{ role_path }}/files/provision.squashfs" local_action: command mksquashfs "{{ role_path }}/files/provision" "{{ role_path }}/files/provision.squashfs" -force-uid 1000 -force-gid 1000
run_once: True run_once: True
tags: tags:
- guest-overlay - guest-overlay
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment