mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Fixed typo in locale_gen documentation.
This commit is contained in:
parent
85c15e5303
commit
7a60427749
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ from subprocess import Popen, PIPE, call
|
|||
DOCUMENTATION = '''
|
||||
---
|
||||
module: locale_gen
|
||||
short_description: Creates of removes locales.
|
||||
short_description: Creates or removes locales.
|
||||
description:
|
||||
- Manages locales by editing /etc/locale.gen and invoking locale-gen.
|
||||
version_added: "1.6"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue