Initial commit after reviewing this with Claude Opus.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
- name: Check if kernel or microcode update requires reboot
|
||||
ansible.builtin.script: check_reboot.zsh # Your script placed in files/
|
||||
ansible.builtin.script: check_reboot.sh # Your script placed in files/
|
||||
register: reboot_check
|
||||
# Prevent Ansible from failing if the script returns false (exit code 1)
|
||||
failed_when: false
|
||||
|
||||
Reference in New Issue
Block a user