1202dd000f
* Allow restricting config values to enumerated list * dont document internal entries * also ignore private defs for ansible-config * remove invalid value from tests * added porting entry
3 lines
211 B
YAML
3 lines
211 B
YAML
minor_changes:
|
|
- Now 'choices' keyword in config definitions also restricts valid values for the entry.
|
|
- Internal config entries will not be documented, to mark an entry as internal it must start with `_`.
|