Fix task name

This commit is contained in:
Alexis Ben Miloud--Josselin 2023-07-21 11:49:00 +02:00
parent 86978a8225
commit 7e15e01b14

View file

@ -101,7 +101,7 @@
- evolinux_root_disable_ssh | bool
- ansible_distribution_major_version is version('11', '<=')
- name: disable SSH access for root (Debian <= 12)
- name: disable SSH access for root (Debian >= 12)
ansible.builtin.replace:
path: /etc/ssh/sshd_config.d/z-evolinux-defaults.conf
line: "PermitRootLogin no"