mirror of
https://github.com/JamesTurland/JimsGarage.git
synced 2025-10-02 16:36:17 +00:00
Replace deprecated get_md5 witch get_checksum
The get_md5 for stat is unsupported and get_md5=no doesn't work with ansible 9.3.0.
This commit is contained in:
@@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
- name: Check if a reboot is needed on all servers
|
- name: Check if a reboot is needed on all servers
|
||||||
register: reboot_required_file
|
register: reboot_required_file
|
||||||
stat: path=/var/run/reboot-required get_md5=no
|
stat: path=/var/run/reboot-required get_checksum=false
|
||||||
|
|
||||||
- name: Reboot the box if kernel updated
|
- name: Reboot the box if kernel updated
|
||||||
reboot:
|
reboot:
|
||||||
|
Reference in New Issue
Block a user