ansible/changelogs/fragments/fix-aws-plugin-credential-precedence.yaml
Sloane Hertel 54be769e8d fix AWS plugin credential precedence for environment variables (#52945)
* fix AWS plugin credential precedence for environment variables

* Allow aliases in direct plugins options

Consolidate precedence fix just in the doc fragment using aliases for mismatched options

* Access options with the option name rather than alias

* fix indentation

* update unit tests

* Improve readability
2019-03-25 16:53:11 -04:00

2 lines
101 B
YAML

bugfixes:
- AWS plugins - before 2.8 the environment variable precedence was incorrectly reversed.