You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we should deprecate systemd support for versions older than 232. This would cleanup a bunch of if statements in service templates and eliminate the use of ansible_facts.packages in many of the roles. This would allow us to remove the python-apt/python3-apt package install from
This would mean we would set the minimum support matrix:
Debian 9
Ubuntu 18.04
RHEL/CentOS 8
CentOS 7 is EOL in June 2024, so I think that's going to be the last supported distro we will need to drop first.
The text was updated successfully, but these errors were encountered:
I think we should deprecate systemd support for versions older than 232. This would cleanup a bunch of if statements in service templates and eliminate the use of
ansible_facts.packages
in many of the roles. This would allow us to remove thepython-apt/python3-apt
package install fromThis would mean we would set the minimum support matrix:
CentOS 7 is EOL in June 2024, so I think that's going to be the last supported distro we will need to drop first.
The text was updated successfully, but these errors were encountered: