Skip to content

Commit 4313d6f

Browse files
authored
fixed a typo in comments (#439)
Signed-off-by: Sina Tak Tehrani <[email protected]>
1 parent 45f15aa commit 4313d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/ssh_hardening/tasks/hardening.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
# we only override variables with our default, if they have not been specified already
1616
# by default the lookup functions finds all varnames containing the string, therefore
17-
# we add ^ and $ to denote start and end of string, so this returns only exact maches
17+
# we add ^ and $ to denote start and end of string, so this returns only exact matches
1818
- name: Set OS dependent variables, if not already defined by user
1919
set_fact:
2020
'{{ item.key }}': '{{ item.value }}'

0 commit comments

Comments
 (0)