sap-linuxlab / ansible.playbooks_for_sap

Automation for SAP - Ansible Playbooks for SAP solution scenarios deployment to Infrastructure Platforms
Apache License 2.0
16 stars 15 forks source link

all: lint fix broke AWS #3

Closed sean-freeman closed 6 months ago

sean-freeman commented 6 months ago

all: linting fix broke AWS

ansible-lint identified Ansible Role reference should be amazon.aws.iam_role. However this was only happened in last release 7.2.0 a few days before ansible-lint bug fixes began prior to public release, and all ansible_requirements.yml files were version locked to 5.4.0 of amazon.aws Ansible Collection during development.

AP4S 1.0.1 must update this requirement; from brief regression testing the newest amazon.aws Ansible Collection is backwards-compatible and does not cause any issues.