Skip to content

Commit 62d67ae

Browse files
committed
fix handler ansible-lint errors
1 parent 3c85ab2 commit 62d67ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- name: Update GRUB configuration file
22
ansible.builtin.command: "grub2-mkconfig -o /boot/grub2/grub.cfg {{ '--update-bls-cmdline' if ansible_distribution_major_version == '9' else '' }}"
3-
when: update_grub.changed
3+
changed_when: true

0 commit comments

Comments
 (0)