This commit is contained in:
parent
cd448a0af3
commit
73c266632c
@ -8,7 +8,7 @@
|
|||||||
regexp: "{{ item.regexp }}"
|
regexp: "{{ item.regexp }}"
|
||||||
line: "{{ item.line }}"
|
line: "{{ item.line }}"
|
||||||
loop:
|
loop:
|
||||||
- { regexp: '^NAutoVTs=', line: '#NAutoVTs=6'}
|
- { regexp: '^NAutoVTs=', line: '#NAutoVTs=6'}
|
||||||
- { regexp: '^ReserveVT=', line: '#ReserveVT=6'}
|
- { regexp: '^ReserveVT=', line: '#ReserveVT=6'}
|
||||||
- name: Unmask getty@tty1 service
|
- name: Unmask getty@tty1 service
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
regexp: "{{ item.regexp }}"
|
regexp: "{{ item.regexp }}"
|
||||||
line: "{{ item.line }}"
|
line: "{{ item.line }}"
|
||||||
loop:
|
loop:
|
||||||
- { regexp: '^#NAutoVTs=', line: 'NAutoVTs=1'}
|
- { regexp: '^#NAutoVTs=', line: 'NAutoVTs=1'}
|
||||||
- { regexp: '^#ReserveVT=', line: 'ReserveVT=11'}
|
- { regexp: '^#ReserveVT=', line: 'ReserveVT=11'}
|
||||||
- name: Mask getty@tty1 service
|
- name: Mask getty@tty1 service
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
|
Loading…
Reference in New Issue
Block a user