mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Add cgr-engine binary to /usr/local/bin instead of /usr/bin
This commit is contained in:
committed by
Dan Christian Bogos
parent
a554946162
commit
1df7b52e17
@@ -38,7 +38,7 @@
|
||||
become: yes
|
||||
loop:
|
||||
- { src: "{{ cgrates_dir }}/data", dest: "/usr/share/cgrates" }
|
||||
- { src: "{{ golang_gopath }}/bin/cgr-engine", dest: "/usr/bin/cgr-engine" }
|
||||
- { src: "{{ golang_gopath }}/bin/cgr-engine", dest: "/usr/local/bin/cgr-engine" }
|
||||
|
||||
- name: Run post install scripts
|
||||
ansible.builtin.shell:
|
||||
|
||||
Reference in New Issue
Block a user