ansible-collections / amazon.cloud

Ansible Collection for Amazon AWS' Cloud Control API
GNU General Public License v3.0
12 stars 11 forks source link

Integration tests update - iam_role migrated from community.aws to amazon.aws #121

Closed abikouo closed 11 months ago

abikouo commented 1 year ago
SUMMARY

Apply changes on integration tests target eks, as iam_role was migrated from community.aws to amazon.aws Corresponding occurrences has been updated.

Note that https://github.com/ansible-collections/amazon.aws/pull/1757 has to be merged first

ISSUE TYPE
abikouo commented 11 months ago

Integration tests are failing because they are run in the context of the base branch because of the pull_request_target trigger. I will merge like this knowing that they will pass.