Merge pull request #72 from arcao/patch-1

Replace deprecated get_md5 witch get_checksum
This commit is contained in:
tehNooB 2024-03-17 21:25:15 +00:00 committed by GitHub
commit 2f5ddd6822
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
- name: Check if a reboot is needed on all servers
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
reboot: