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 fdc44b8a6d
commit 34fbb44b22

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