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 3c85ab2 commit 62d67aeCopy full SHA for 62d67ae
ansible/roles/raid/handlers/main.yml
@@ -1,3 +1,3 @@
1
- name: Update GRUB configuration file
2
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
+ changed_when: true
0 commit comments