Make aws_ses_identity module work when region is provided via environment or config. (#51627)

fixes #51531
This commit is contained in:
Ed Costello
2019-06-06 01:51:58 +12:00
committed by Sloane Hertel
parent 46f8bd47ce
commit 30aeab4709
3 changed files with 33 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- aws_ses_identity module works when region is provided using config or environment variables rather than the region parameter (https://github.com/ansible/ansible/issues/51531)