Open karthik-jaganathan opened 1 year ago
Encountered the same issue recently and created a PR to address it. This change adds an exception to the RedHat 7 check for Amazon and another check below to fail if not Amazon Linux 2 or newer, effectively maintaining the same compatibility standard for that distribution.
Describe the Bug
The
Docker
module is not working in AmazonLinux2 ARM hosts. There is a validation in theinit.pp
, it checks forRHEL >= 7
. However, AmazonLinux2 VERSION has value of2
so the above conditional check fails and module execution is exitingExpected Behavior
Docker module should support all RHEL/Debian flaours
Steps to Reproduce
Steps to reproduce the behavior:
Environment
Additional Context
Add any other context about the problem here.