Updated thanks to @mathf

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2024-09-26 07:45:02 +01:00
parent 8453245572
commit 1f90fef6dd
No known key found for this signature in database
GPG Key ID: 997FF7FE93AEB5B9
1 changed files with 6 additions and 2 deletions

View File

@ -61,7 +61,9 @@
- NIST800-53R5_CM-11
- telnet
ansible.builtin.package:
name: telnet
name:
- telnet
- inetutils-telnet
state: absent
purge: "{{ ubtu24cis_purge_apt }}"
@ -94,6 +96,8 @@
- NIST800-53R5_CM-11
- ftp
ansible.builtin.package:
name: ftp
name:
- ftp
- tnftp
state: absent
purge: "{{ ubtu24cis_purge_apt }}"