Skip to content
Snippets Groups Projects
Commit e0dd426d authored by Lars Beckers's avatar Lars Beckers Committed by Thomas Schneider
Browse files

guest-overlay: make squash only once

parent 19846c01
No related branches found
No related tags found
No related merge requests found
---
# file: roles/guest-overlay/handlers/main.yml
- name: restart kdm
service: name=kdm state=restarted
...@@ -40,6 +40,7 @@ ...@@ -40,6 +40,7 @@
- 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"
run_once: True
tags: tags:
- guest-overlay - guest-overlay
- squashfs - squashfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment