make update.sh executable

This commit is contained in:
vvzvlad 2024-11-20 05:30:46 +03:00
parent edcd061382
commit ae4c97f797

View File

@ -163,6 +163,13 @@
async: "{{ 60 * 15 }}"
poll: 30
- name: Make update.sh executable
ansible.builtin.shell: |
chmod +x ./update.sh
args:
chdir: "{{ ansible_env.HOME }}/node"
changed_when: false
- name: Update environment variables
ansible.builtin.shell: |
./update.sh ADDRESS "{{ address }}"