nginxinc / ansible-role-nginx

Ansible role for installing NGINX
https://galaxy.ansible.com/nginxinc/nginx
Apache License 2.0
644 stars 348 forks source link

Add `s390x` as a platform for Molecule tests #580

Closed alessfg closed 1 year ago

alessfg commented 1 year ago

Proposed changes

BUG FIXES:

Remove the arch option from the Debian family NGINX repository source. In its current form this prevented the role from working any platforms beyond x86_64/amd64 and aarch64/arm64.

TESTS:

Explicitly test some distributions using aarch64 and s390x as the Molecule platform. This should ensure the role works as intended across the various architectures that are officially supported.

Checklist

Before creating a PR, run through this checklist and mark each as complete.