Fix for voidlinux
This commit is contained in:
10
tasks/tty.yml
Normal file
10
tasks/tty.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: tty - disable all but one
|
||||
service: name="{{ item }}" enabled=no
|
||||
when: ansible_os_family != "Debian"
|
||||
with_items:
|
||||
- agetty-tty2
|
||||
- agetty-tty3
|
||||
- agetty-tty4
|
||||
- agetty-tty5
|
||||
- agetty-tty6
|
||||
Reference in New Issue
Block a user