Skip to content

Commit 8fdb4e5

Browse files
chore(ssh_hardening): set min_ansible_version to >=2.9.10 (#479)
1 parent 8ff3d73 commit 8fdb4e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ssh_hardening/meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ galaxy_info:
44
description: 'This Ansible role provides numerous security-related ssh configurations, providing all-round base protection.'
55
company: Hardening Framework Team
66
license: Apache License 2.0
7-
min_ansible_version: '2.5'
7+
min_ansible_version: '>=2.9.10'
88
platforms:
99
- name: EL
1010
versions:

0 commit comments

Comments
 (0)