Skip to content
Snippets Groups Projects
Commit 046b6403 authored by Lars Beckers's avatar Lars Beckers
Browse files

guest-overlay: make squash only once

parent 677ed8ac
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 @@
- name: ensure the squasfs is created
local_action: command mksquashfs "{{ role_path }}/files/provision" "{{ role_path }}/files/provision.squashfs"
run_once: True
tags:
- guest-overlay
- squashfs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment