Update Yanic Version
This commit is contained in:
parent
2251ec9b73
commit
a3d0d1db12
@ -9,7 +9,7 @@
|
|||||||
gather_facts: False
|
gather_facts: False
|
||||||
vars:
|
vars:
|
||||||
# Internal verion number
|
# Internal verion number
|
||||||
snversion: 2019_v3.1.6
|
snversion: 2019_v3.1.7
|
||||||
common_required_packages:
|
common_required_packages:
|
||||||
- git
|
- git
|
||||||
- make
|
- make
|
||||||
@ -233,7 +233,7 @@
|
|||||||
- name: Copy Yanic config template
|
- name: Copy Yanic config template
|
||||||
template: src=./files/yanic.conf.j2 dest=/etc/yanic.conf owner=yanic group=yanic mode=0444
|
template: src=./files/yanic.conf.j2 dest=/etc/yanic.conf owner=yanic group=yanic mode=0444
|
||||||
- name: Shit go stuff
|
- name: Shit go stuff
|
||||||
shell: cd /usr/local && wget https://storage.googleapis.com/golang/go1.9.1.linux-amd64.tar.gz -O go-release-linux-amd64.tar.gz && tar xvf go-release-linux-amd64.tar.gz && rm go-release-linux-amd64.tar.gz
|
shell: cd /usr/local && wget wget https://dl.google.com/go/go1.13.1.linux-amd64.tar.gz -O go-release-linux-amd64.tar.gz -O go-release-linux-amd64.tar.gz && tar xvf go-release-linux-amd64.tar.gz && rm go-release-linux-amd64.tar.gz
|
||||||
- name: Adjust path for go
|
- name: Adjust path for go
|
||||||
lineinfile:
|
lineinfile:
|
||||||
dest: /root/.bashrc
|
dest: /root/.bashrc
|
||||||
|
Loading…
Reference in New Issue
Block a user