Skip to content
Snippets Groups Projects
Verified Commit 923550e4 authored by Kristian Klausen's avatar Kristian Klausen :tada:
Browse files

gitlab_runner: Fix incorrect permissions for the domain_template.xml file

parent a02114f4
No related branches found
No related tags found
1 merge request!881libvirt-executor improvements
......@@ -79,7 +79,7 @@
copy: src={{ item.src }} dest={{ item.dest }} owner=root group=root mode={{ item.mode }}
loop:
- {src: arch-boxes.asc, dest: /usr/local/lib/libvirt-executor/, mode: 644}
- {src: domain_template.xml, dest: /usr/local/lib/libvirt-executor/, mode: 755}
- {src: domain_template.xml, dest: /usr/local/lib/libvirt-executor/, mode: 644}
- {src: libvirt-executor, dest: /usr/local/bin/, mode: 755}
- {src: libvirt-executor-update-base-image, dest: /usr/local/bin/, mode: 755}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment