Local default user disabled on teacherlaptops.
This commit is contained in:
parent
fa6306e7a0
commit
2ba7d84b78
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue