fix(cis): remove deprecated sshd options and update hardening values
This commit is contained in:
@@ -9,4 +9,4 @@
|
||||
ansible.builtin.command: >
|
||||
{{ chroot_command }} systemctl mask {{ 'nftables' if system_cfg.features.firewall.toolkit == 'iptables' else 'iptables' }} bluetooth rpcbind
|
||||
register: cis_mask_services_result
|
||||
changed_when: cis_mask_services_result.rc == 0
|
||||
changed_when: "'Created symlink' in cis_mask_services_result.stderr"
|
||||
|
||||
Reference in New Issue
Block a user