fix: correct command path in omv_updates.yaml for applying changes
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@
|
|||||||
autoremove: yes
|
autoremove: yes
|
||||||
|
|
||||||
- name: Apply pending changes
|
- name: Apply pending changes
|
||||||
ansible.builtin.command: /usr/local/bin/app_changes.sh
|
ansible.builtin.command: /usr/local/bin/apply_changes.sh
|
||||||
|
|
||||||
- name: Check if a file exists
|
- name: Check if a file exists
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
|
|||||||
Reference in New Issue
Block a user