Browse Source

infra: Update xsnd

master
Alexis Hernandez 6 years ago
parent
commit
f926b44272
  1. 6
      infra/deployment/xsnd.yml

6
infra/deployment/xsnd.yml

@ -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:
@ -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

Loading…
Cancel
Save