ansible/changelogs/fragments/allow_restricted_config_values.yml
Brian Coca 1202dd000f
Allow restricting config values to enumerated list (#73162)
* 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
2021-01-14 15:11:30 -05:00

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 `_`.