We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45f15aa commit 4313d6fCopy full SHA for 4313d6f
roles/ssh_hardening/tasks/hardening.yml
@@ -14,7 +14,7 @@
14
15
# we only override variables with our default, if they have not been specified already
16
# 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
+# we add ^ and $ to denote start and end of string, so this returns only exact matches
18
- name: Set OS dependent variables, if not already defined by user
19
set_fact:
20
'{{ item.key }}': '{{ item.value }}'
0 commit comments