make update.sh executable
This commit is contained in:
parent
edcd061382
commit
ae4c97f797
@ -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 }}"
|
||||
|
Loading…
Reference in New Issue
Block a user