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