Commit c73cb776 by James Tanner

Fix name in locale_gen docstring

parent bca6adc8
......@@ -7,7 +7,7 @@ from subprocess import Popen, PIPE, call
DOCUMENTATION = '''
---
module: locale
module: locale_gen
short_description: Creates of removes locales.
description:
- Manages locales by editing /etc/locale.gen and invoking locale-gen.
......@@ -29,7 +29,7 @@ options:
EXAMPLES = '''
# Ensure a locale exists.
- locale: name=de_CH.UTF-8 state=present
- locale_gen: name=de_CH.UTF-8 state=present
'''
# ===========================================
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment