From 9a533f1b5fa21e235bae691ebb186a074567da8d Mon Sep 17 00:00:00 2001 From: Hans-Joachim Kliemeck Date: Sun, 18 Oct 2015 17:06:28 +0200 Subject: [PATCH] added credits, fixed documentation --- lib/ansible/modules/extras/windows/win_acl.ps1 | 2 ++ lib/ansible/modules/extras/windows/win_acl.py | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/extras/windows/win_acl.ps1 b/lib/ansible/modules/extras/windows/win_acl.ps1 index f2d634b4f8..370c2ed04e 100644 --- a/lib/ansible/modules/extras/windows/win_acl.ps1 +++ b/lib/ansible/modules/extras/windows/win_acl.ps1 @@ -2,6 +2,8 @@ # This file is part of Ansible # # Copyright 2015, Phil Schwartz +# Copyright 2015, Trond Hindenes +# Copyright 2015, Hans-Joachim Kliemeck # # Ansible is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/lib/ansible/modules/extras/windows/win_acl.py b/lib/ansible/modules/extras/windows/win_acl.py index cc748a4412..89ec45c7e0 100644 --- a/lib/ansible/modules/extras/windows/win_acl.py +++ b/lib/ansible/modules/extras/windows/win_acl.py @@ -1,7 +1,9 @@ #!/usr/bin/python # -*- coding: utf-8 -*- -# (c) 2015, Phil Schwartz +# Copyright 2015, Phil Schwartz +# Copyright 2015, Trond Hindenes +# Copyright 2015, Hans-Joachim Kliemeck # # 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 = '''