Unbreak yanic installation

This commit is contained in:
Markus 2017-11-09 21:31:39 +01:00
parent 34ce42c73b
commit af446ed4e9

View File

@ -4,7 +4,7 @@
user: name=yanic generate_ssh_key=yes ssh_key_type=rsa ssh_key_file=.ssh/id_rsa ssh_key_comment="yanic@{{inventory_hostname}}" user: name=yanic generate_ssh_key=yes ssh_key_type=rsa ssh_key_file=.ssh/id_rsa ssh_key_comment="yanic@{{inventory_hostname}}"
- name: Install yanic - name: Install yanic
shell: /usr/local/go/bin/go get -u github.com/FreifunkBremen/yanic/cmd/yanic shell: /usr/local/go/bin/go get -u github.com/FreifunkBremen/yanic
environment: environment:
GOPATH: /opt/go GOPATH: /opt/go
notify: Restart yanic notify: Restart yanic