Updated ansible scripts

This commit is contained in:
Trial97
2019-09-04 17:33:07 +03:00
committed by Dan Christian Bogos
parent b7877ebd01
commit b7dfdf885e
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
customPath: "{{ lookup('env','PATH') }}:{{ golang_gopath }}/bin:/usr/local/go/bin:{{ ansible_env.PATH }}"
remote_user: cgrates
remote_user: '{{ gouser }}'
tasks:
###########################################################################################################################
# install dependencies

View File

@@ -36,7 +36,7 @@
customPath: "{{ lookup('env','PATH') }}:{{ golang_gopath }}/bin:/usr/local/go/bin:{{ ansible_env.PATH }}"
remote_user: cgrates
remote_user: '{{ gouser }}'
tasks:
###########################################################################################################################
###########################################################################################################################