added credits, fixed documentation
This commit is contained in:
parent
464fb89698
commit
9a533f1b5f
2 changed files with 7 additions and 3 deletions
|
@ -2,6 +2,8 @@
|
|||
# This file is part of Ansible
|
||||
#
|
||||
# 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
|
||||
# it under the terms of the GNU General Public License as published by
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
#!/usr/bin/python
|
||||
# -*- 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
|
||||
#
|
||||
|
@ -40,7 +42,7 @@ options:
|
|||
default: none
|
||||
state:
|
||||
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
|
||||
choices:
|
||||
- present
|
||||
|
@ -99,7 +101,7 @@ options:
|
|||
- NoPropagateInherit
|
||||
- InheritOnly
|
||||
default: "None"
|
||||
author: Phil Schwartz (@schwartzmx), Trond Hindenes (@trondhindenes)
|
||||
author: Phil Schwartz (@schwartzmx), Trond Hindenes (@trondhindenes), Hans-Joachim Kliemeck (@h0nIg)
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue