Fix Ansible boolean syntax for compatibility with new version
This commit is contained in:
parent
1abbc0d823
commit
3e61afef59
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue