This commit is contained in:
parent
cbe9ce4ede
commit
f903ee57dc
@ -29,7 +29,7 @@
|
||||
- name: installing guildgate binary
|
||||
copy:
|
||||
remote_src: yes
|
||||
src: "{{ tempfolder_1.path }}/usr/local/bin/guildgate"
|
||||
src: "{{ tempfolder_1.path }}/build/usr/local/bin/guildgate"
|
||||
dest: /usr/local/bin/
|
||||
mode: '0755'
|
||||
register: new_binary
|
||||
@ -44,7 +44,7 @@
|
||||
- name: installing default templates
|
||||
copy:
|
||||
remote_src: yes
|
||||
src: "{{ tempfolder_1.path}}/usr/local/share/guildgate/"
|
||||
src: "{{ tempfolder_1.path}}/build/usr/local/share/guildgate/"
|
||||
dest: /usr/local/share
|
||||
|
||||
- name: reload systemd with new unit
|
||||
|
Loading…
Reference in New Issue
Block a user