Commit 53777bbb by James Tanner

Fix docstring and snippet import style in portage module

parent e94a4aa7
......@@ -25,8 +25,7 @@ module: portage
short_description: Package manager for Gentoo
description:
- Manages Gentoo packages
version_added: "1.4"
version_added: "1.6"
options:
package:
......@@ -382,8 +381,7 @@ def main():
elif p['state'] in portage_absent_states:
unmerge_packages(module, packages)
# this is magic, see lib/ansible/module_common.py
#<<INCLUDE_ANSIBLE_MODULE_COMMON>>
# import module snippets
from ansible.module_utils.basic import *
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