cisagov / ansible-role-amazon-ssm-agent

An Ansible role for installing aws/amazon-ssm-agent
Creative Commons Zero v1.0 Universal
8 stars 4 forks source link

Put Fedora 33 back in the molecule testing #10

Closed jsf9k closed 4 years ago

jsf9k commented 4 years ago

🗣 Description

In this pull request I add Fedora 33 back into the molecule testing. It was previously removed in commit bb637ecde522a494dc5372cbf6e9d28e952ed993 due to issues with the GPG signatures on RPMs, but since then I rebuilt the Fedora 33 Docker image we were reusing for testing and that issue has gone away. Fixes #9.

💭 Motivation and Context

I rebuilt the Fedora 33 Docker image and the GPG issues seem to have gone away. Eventually Fedora 33 will be officially released, and we will want to support it in our production systems, so it makes sense to keep testing against it.

🧪 Testing

All pre-commit hooks and molecule tests pass.

🚥 Types of Changes

✅ Checklist