mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-24 23:46:32 +00:00
Typo in comments
Credit goes to @kbsali @pborreli : you did not see that one? :-)
This commit is contained in:
committed by
Matt Clay
parent
e8081baca9
commit
3d437b068e
@@ -333,7 +333,7 @@ def enforce_state(module, params):
|
||||
state = params.get("state", "present")
|
||||
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('#')]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user