Sfoglia il codice sorgente

use unzip -u in case files already exist

tags/v0.8.0
Jonathan Cobb 5 anni fa
parent
commit
35f4a2b16c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      automation/roles/bubble/tasks/main.yml

+ 1
- 1
automation/roles/bubble/tasks/main.yml Vedi File

@@ -50,7 +50,7 @@
mode: 0444

- name: Unpack site files
shell: cd /home/bubble && unzip /home/bubble/bubble_{{ bubble_version }}/bubble.jar 'site/*' && chown -R bubble site
shell: cd /home/bubble && unzip -u /home/bubble/bubble_{{ bubble_version }}/bubble.jar 'site/*' && chown -R bubble site

- name: Install bubble self_node.json, sage_node.json and sage_key.json
copy:


Caricamento…
Annulla
Salva