Skip to content

Commit c531dc2

Browse files
authored
REPLACE: deprecated attribute (stereum-dev#1753)
1 parent 0924beb commit c531dc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

controls/roles/update-os/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
- name: Check if a reboot is needed for Debian and Ubuntu boxes
99
stat:
1010
path: /var/run/reboot-required
11-
get_md5: no
11+
get_checksum: no
1212
register: reboot_required_file
1313
become: yes
1414

controls/roles/upgrade_prep/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
- name: Check if reboot required
3636
ansible.builtin.stat:
3737
path: /run/reboot-required
38-
get_md5: no
38+
get_checksum: no
3939
register: reboot_required_file
4040
- name: Reboot if required
4141
ansible.builtin.reboot:

0 commit comments

Comments
 (0)