Skip to content

Commit

Permalink
acl: Add new alias
Browse files Browse the repository at this point in the history
Added new alias ``recurse`` for parameter ``recursive``.

Fixes: ansible-collections#124

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
  • Loading branch information
Akasurde committed Jun 4, 2021
1 parent 1793cd7 commit 7bd1b18
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelogs/fragments/124_acl.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
minor_changes:
- acl - Add new alias ``recurse`` for ``recursive`` parameter (https://github.com/ansible-collections/ansible.posix/issues/124).
2 changes: 2 additions & 0 deletions plugins/modules/acl.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,10 @@
description:
- Recursively sets the specified ACL.
- Incompatible with C(state=query).
- Alias C(recurse) added in version 1.1.0.
type: bool
default: no
aliases: [ recurse ]
use_nfsv4_acls:
description:
- Use NFSv4 ACLs instead of POSIX ACLs.
Expand Down

0 comments on commit 7bd1b18

Please sign in to comment.