Skip to content
This repository was archived by the owner on Dec 26, 2020. It is now read-only.

Commit e0e2ea5

Browse files
committed
Change minimal ansible version to 2.5
Signed-off-by: neophy7e <kbentoumi@gmail.com>
1 parent 1e3a474 commit e0e2ea5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Warning: This role disables root-login on the target server! Please make sure yo
1212

1313
## Requirements
1414

15-
* Ansible > 2.4
15+
* Ansible > 2.5
1616

1717
## Role Variables
1818
| Name | Default Value | Description |

meta/main.yml

+1-1
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.4'
7+
min_ansible_version: '2.5'
88
platforms:
99
- name: EL
1010
versions:

0 commit comments

Comments
 (0)