mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
Add exclude option to filetree module (#10966)
* Added excludes option to filetree module * Renamed option 'excludes' to 'exclude' * Corrected issue and PR links Co-authored-by: Felix Fontein <felix@fontein.de> * Added version for documentation Co-authored-by: Felix Fontein <felix@fontein.de> * Fixed example of using exclude option Co-authored-by: Felix Fontein <felix@fontein.de> * Fixed regular expression in example Co-authored-by: Felix Fontein <felix@fontein.de> --------- Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
e84f59a62d
commit
831787619a
2 changed files with 23 additions and 0 deletions
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- filetree - add ``exclude`` option (https://github.com/ansible-collections/community.general/issues/10936, https://github.com/ansible-collections/community.general/pull/10936).
|
||||
Loading…
Add table
Add a link
Reference in a new issue