ansible/changelogs/fragments/allow_bad_things.yml
Brian Coca 3e52a6a693
Overridable safety (#53458)
* create overridable sanitation function
* now used in aws, gce and azure plugins
* added new option to these plugins to work in conjunction with general toggle to make it easier
  to emulate inventory script behavior.
2019-03-12 12:03:20 -04:00

3 lines
218 B
YAML

minor_changes:
- Embed an overridable static sanitization method into base inventory plugin class to allow individual plugins to optionally override
Add override implementation to inital set of cloud plugins