mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
Fix typos in apt_key module (#86257)
Co-authored-by: lixiaoyong <lixiaoyong@kylinos.cn>
This commit is contained in:
@@ -144,7 +144,7 @@ after:
|
||||
type: list
|
||||
sample: ["D8576A8BA88D21E9", "3B4FE6ACC0B21F32", "D94AA3F0EFE21092", "871920D1991BC93C"]
|
||||
before:
|
||||
description: List of apt key ids or fingprints before any modifications
|
||||
description: List of apt key ids or fingerprints before any modifications
|
||||
returned: always
|
||||
type: list
|
||||
sample: ["3B4FE6ACC0B21F32", "D94AA3F0EFE21092", "871920D1991BC93C"]
|
||||
|
||||
Reference in New Issue
Block a user