Typo in comments
Credit goes to @kbsali @pborreli : you did not see that one? :-)
This commit is contained in:
parent
2a794fa776
commit
1ef8c26c0e
1 changed files with 1 additions and 1 deletions
|
@ -333,7 +333,7 @@ def enforce_state(module, params):
|
||||||
state = params.get("state", "present")
|
state = params.get("state", "present")
|
||||||
key_options = params.get("key_options", None)
|
key_options = params.get("key_options", None)
|
||||||
|
|
||||||
# extract indivial keys into an array, skipping blank lines and comments
|
# extract individual keys into an array, skipping blank lines and comments
|
||||||
key = [s for s in key.splitlines() if s and not s.startswith('#')]
|
key = [s for s in key.splitlines() if s and not s.startswith('#')]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue