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:
|
roles:
|
||||||
- role: lmn_wlan_iwd
|
- role: lmn_wlan_iwd
|
||||||
when: ansible_interfaces | select('search', 'wl.+') | first is defined
|
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:
|
tasks:
|
||||||
- name: Remove deprecated files and directories (laptop-class)
|
- name: Remove deprecated files and directories (laptop-class)
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue