Skip to content
Snippets Groups Projects
Commit 54caf3db authored by Pietsch, Martin's avatar Pietsch, Martin
Browse files

bugfix: missing asterisk as parameter for the find command

parent ad8e4604
Branches
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
register: _linux_installer_image_file
- name: compress linux installer
shell: "{{ 'find | cpio -o -H newc -R +0:+0 | gzip -2 > %s' | format(_linux_installer_image_file.path) }}"
shell: "{{ 'find * | cpio -o -H newc -R +0:+0 | gzip -2 > %s' | format(_linux_installer_image_file.path) }}"
args:
chdir: "{{ _linux_temporary_root_directory.path }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment