From a1992ad89020b400d00ff4a0bc51d0b2cb8bdcfe Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Fri, 14 Aug 2015 22:01:05 -0400 Subject: [PATCH] updated encoding comment and expanded authors field --- lib/ansible/modules/files/acl.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/files/acl.py b/lib/ansible/modules/files/acl.py index 6499284f778..8b93da1661f 100644 --- a/lib/ansible/modules/files/acl.py +++ b/lib/ansible/modules/files/acl.py @@ -1,4 +1,5 @@ #!/usr/bin/python +# -*- coding: utf-8 -*- # This file is part of Ansible # # Ansible is free software: you can redistribute it and/or modify @@ -88,8 +89,9 @@ options: choices: [ 'yes', 'no' ] description: - Recursively sets the specified ACL (added in Ansible 2.0). Incompatible with C(state=query). - -author: "Brian Coca (@bcoca)" +author: + - "Brian Coca (@bcoca)" + - "Jérémie Astori (@astorije)" notes: - The "acl" module requires that acls are enabled on the target filesystem and that the setfacl and getfacl binaries are installed. '''