07d0b12efd
When using recursive mode to set permissions for a directory as defined in kolla config.json, all the subdirectories and files will receive the same permissions. This change adds the option to exclude specific files or directories - either a name or a regular expression can be used. Closes-Bug: #1931294 Closes-Bug: #1972168 Co-Authored-By: Jakub Darmach <jakub@stackhpc.com> Change-Id: If2f39736e2af34cd91d0976051ff66f06e96ab42
6 lines
153 B
YAML
6 lines
153 B
YAML
---
|
|
features:
|
|
- |
|
|
Adds option to exclude files and directories when setting permissions
|
|
defined in kolla config.json using regular expression.
|