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
when: localhome
- role: lmn_localuser
when: localuser
when: localuser|bool
- role: lmn_exam
when: exam_mode
- role: lmn_wlan