mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-22 03:53:59 -07:00
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.
This commit is contained in:
parent
e9f9bcae6a
commit
3e52a6a693
5 changed files with 88 additions and 12 deletions
3
changelogs/fragments/allow_bad_things.yml
Normal file
3
changelogs/fragments/allow_bad_things.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue