diff --git a/omv_updates.yaml b/omv_updates.yaml index 6703910..70cee11 100644 --- a/omv_updates.yaml +++ b/omv_updates.yaml @@ -16,15 +16,15 @@ ansible.builtin.apt: autoremove: yes - - name: Apply pending changes - ansible.builtin.command: /usr/local/bin/apply_changes.sh + # - name: Apply pending changes + # ansible.builtin.command: /usr/local/bin/apply_changes.sh - - name: Check if a file exists - ansible.builtin.stat: - path: /var/run/reboot-required - register: reboot_required_file + # - name: Check if a file exists + # ansible.builtin.stat: + # path: /var/run/reboot-required + # register: reboot_required_file - - name: Reboot if required - ansible.builtin.reboot: - reboot_timeout: 120 # Adjust timeout as needed - when: reboot_required_file.stat.exists \ No newline at end of file + # - name: Reboot if required + # ansible.builtin.reboot: + # reboot_timeout: 120 # Adjust timeout as needed + # when: reboot_required_file.stat.exists \ No newline at end of file