We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0924beb commit c531dc2Copy full SHA for c531dc2
controls/roles/update-os/tasks/main.yml
@@ -8,7 +8,7 @@
8
- name: Check if a reboot is needed for Debian and Ubuntu boxes
9
stat:
10
path: /var/run/reboot-required
11
- get_md5: no
+ get_checksum: no
12
register: reboot_required_file
13
become: yes
14
controls/roles/upgrade_prep/tasks/main.yml
@@ -35,7 +35,7 @@
35
- name: Check if reboot required
36
ansible.builtin.stat:
37
path: /run/reboot-required
38
39
40
- name: Reboot if required
41
ansible.builtin.reboot:
0 commit comments