ansible/changelogs/fragments/71184-allow-non-yaml-examples.yml
Matt Martz c59472715a
Add support for non-yaml EXAMPLES (#71184)
* Add support for non-yaml EXAMPLES

* Make pattern raw string

* fmt tag should be the first non-whitespace line

* Add changelog fragment
2020-08-12 09:17:45 -05:00

4 lines
209 B
YAML

minor_changes:
- plugin examples - Allow non-YAML examples, so that examples for
plugins like the INI and TOML inventory plugins can be directly
represented (https://github.com/ansible/ansible/pull/71184)