Closed sas1024 closed 9 months ago
16.04 and 18.04 are out of support (see https://hub.docker.com/_/ubuntu and https://endoflife.date/ubuntu).
But 20.04 not being supported is indeed a regression. We should probably change this line to:
- ansible_distribution_version is version(version_to_compare, '>=')
Hello! This role fails to works on all servers with Ubuntu 18.04 and Ubuntu 20.04. It's fails with following error:
As I see, this regression starts from this commit: 82c3714bb7c1f9a9cc74866fdcaef96c61d748b1 There are changed
os_supported_matrix
indefault.yml
.If I change
Ubuntu min_version
value to16.04
inos_supported_matrix
, then ansible role will works on Ubuntu 18.04 and Ubuntu 22.04.