Skip to content

Commit

Permalink
infra: Update xsnd
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexITC committed Mar 31, 2019
1 parent 887af0f commit f926b44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions infra/deployment/xsnd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
- xsn_group: xsn
- xsn_home: /home/xsn
- xsn_config_dir: /home/xsn/.xsncore
- xsn_download_url: https://github.com/X9Developers/XSN/releases/download/v1.0.17/xsn-1.0.17-x86_64-linux-gnu.tar.gz
- xsn_download_url: https://github.com/X9Developers/XSN/releases/download/1.0.18/xsn-1.0.18-x86_64-linux-gnu.tar.gz
- xsn_download_dest: /home/ubuntu/xsn.tar.gz
- xsn_download_checksum: sha1:550e5b2e8f2d19a88915c167e333c732ecfef542
- xsn_download_checksum: sha1:b657a9e5dce6193d051d64eab4c40686f41e0b98
- xsn_unarchive_dest: /home/xsn/app

tasks:
Expand Down Expand Up @@ -62,7 +62,7 @@

- name: Move the application to the right folder
become: yes
command: mv {{ xsn_unarchive_dest }}/xsn-1.0.17/bin/xsnd {{ xsn_unarchive_dest }}
command: mv {{ xsn_unarchive_dest }}/xsn-1.0.18/bin/xsnd {{ xsn_unarchive_dest }}

- name: Set the application config
become: yes
Expand Down

0 comments on commit f926b44

Please sign in to comment.