Local default user disabled on teacherlaptops.

This commit is contained in:
Raphael Dannecker 2024-06-13 09:12:48 +02:00
parent fa6306e7a0
commit 2ba7d84b78

View file

@ -389,7 +389,8 @@
roles:
- role: lmn_wlan_iwd
when: ansible_interfaces | select('search', 'wl.+') | first is defined
- lmn_localuser
- role: lmn_localuser
when: not (groups.teacherlaptop is defined and inventory_hostname in groups.teacherlaptop)
tasks:
- name: Remove deprecated files and directories (laptop-class)
file: