Fix for voidlinux

This commit is contained in:
Daniel A. Maierhofer
2018-03-17 17:28:06 +01:00
parent 25163846b2
commit cb190efd2c
5 changed files with 31 additions and 1 deletions

10
tasks/tty.yml Normal file
View 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