diff --git a/playbook.yml b/playbook.yml index 8a56cd7..3a6d6f9 100644 --- a/playbook.yml +++ b/playbook.yml @@ -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 }}"