Fix async for aws_s3 - fixes #40281 (#40826)

* Fix async for aws_s3

* Add a test that async is able to be used on aws_s3 tasks
This commit is contained in:
Sloane Hertel
2018-06-07 15:09:22 -04:00
committed by Ryan Brown
parent e59742eccd
commit 89cea78e30
3 changed files with 31 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
---
bugfixes:
- fix async for the aws_s3 module by adding async support to the action plugin (https://github.com/ansible/ansible/pull/40826)