Fix conditionals for ansible version in trixie

This commit is contained in:
Andreas B. Mundt 2025-05-06 13:21:29 +02:00
parent ce31924a3c
commit 0e0950d184
3 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@
export superusers
password_pbkdf2 root {{ grub_pwd }}
notify: Run update-grub
when: grub_pwd|default(false)
when: grub_pwd | bool | default(false)
- name: Allow booting grub menu entries
ansible.builtin.lineinfile: