Fix Ansible boolean syntax for compatibility with new version

This commit is contained in:
Raphael Dannecker 2025-07-02 13:57:57 +02:00
parent 1abbc0d823
commit 3e61afef59

View file

@ -63,7 +63,7 @@
- role: lmn_localhome - role: lmn_localhome
when: localhome when: localhome
- role: lmn_localuser - role: lmn_localuser
when: localuser when: localuser|bool
- role: lmn_exam - role: lmn_exam
when: exam_mode when: exam_mode
- role: lmn_wlan - role: lmn_wlan