|
@@ -50,7 +50,7 @@ |
|
|
mode: 0444 |
|
|
mode: 0444 |
|
|
|
|
|
|
|
|
- name: Unpack site files |
|
|
- 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 |
|
|
- name: Install bubble self_node.json, sage_node.json and sage_key.json |
|
|
copy: |
|
|
copy: |
|
|