added credits, fixed documentation

This commit is contained in:
Hans-Joachim Kliemeck 2015-10-18 17:06:28 +02:00
parent 75163ac5fe
commit a0a51ffd66
2 changed files with 7 additions and 3 deletions

View file

@ -2,6 +2,8 @@
# This file is part of Ansible # This file is part of Ansible
# #
# Copyright 2015, Phil Schwartz <schwartzmx@gmail.com> # Copyright 2015, Phil Schwartz <schwartzmx@gmail.com>
# Copyright 2015, Trond Hindenes
# Copyright 2015, Hans-Joachim Kliemeck <git@kliemeck.de>
# #
# Ansible is free software: you can redistribute it and/or modify # Ansible is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by

View file

@ -1,7 +1,9 @@
#!/usr/bin/python #!/usr/bin/python
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# (c) 2015, Phil Schwartz <schwartzmx@gmail.com> # Copyright 2015, Phil Schwartz <schwartzmx@gmail.com>
# Copyright 2015, Trond Hindenes
# Copyright 2015, Hans-Joachim Kliemeck <git@kliemeck.de>
# #
# This file is part of Ansible # This file is part of Ansible
# #
@ -40,7 +42,7 @@ options:
default: none default: none
state: state:
description: description:
- Specify whether to add (present) or remove (absent) the specified access rule - Specify whether to add C(present) or remove C(absent) the specified access rule
required: no required: no
choices: choices:
- present - present
@ -99,7 +101,7 @@ options:
- NoPropagateInherit - NoPropagateInherit
- InheritOnly - InheritOnly
default: "None" default: "None"
author: Phil Schwartz (@schwartzmx), Trond Hindenes (@trondhindenes) author: Phil Schwartz (@schwartzmx), Trond Hindenes (@trondhindenes), Hans-Joachim Kliemeck (@h0nIg)
''' '''
EXAMPLES = ''' EXAMPLES = '''