Commit 8ffb964f by James Tanner

Set version_added for locale_gen

parent da95310d
......@@ -11,7 +11,7 @@ module: locale
short_description: Creates of removes locales.
description:
- Manages locales by editing /etc/locale.gen and invoking locale-gen.
version_added: "1.5"
version_added: "1.6"
options:
name:
description:
......@@ -148,4 +148,4 @@ def main():
# import module snippets
from ansible.module_utils.basic import *
main()
\ No newline at end of file
main()
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