Add execute permission to update.sh in playbook.yml
This commit is contained in:
parent
bbd1de0020
commit
4c0268823b
@ -174,6 +174,7 @@
|
|||||||
|
|
||||||
- name: Update environment variables
|
- name: Update environment variables
|
||||||
ansible.builtin.shell: |
|
ansible.builtin.shell: |
|
||||||
|
chmod +x ./update.sh
|
||||||
./update.sh ID "{{ serverid }}"
|
./update.sh ID "{{ serverid }}"
|
||||||
./update.sh GRIST_SERVER "{{ grist_server }}"
|
./update.sh GRIST_SERVER "{{ grist_server }}"
|
||||||
./update.sh GRIST_DOC_ID "{{ grist_doc_id }}"
|
./update.sh GRIST_DOC_ID "{{ grist_doc_id }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user