Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Ubuntu 22.04 #483

Merged
merged 2 commits into from
Oct 27, 2023
Merged

Add support for Ubuntu 22.04 #483

merged 2 commits into from
Oct 27, 2023

Conversation

evgeni
Copy link
Member

@evgeni evgeni commented Oct 27, 2023

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

@evgeni evgeni added the enhancement New feature or request label Oct 27, 2023
@evgeni evgeni marked this pull request as ready for review October 27, 2023 10:22
def purge_node
case fact('osfamily')
when 'Debian'
on default, 'apt-get purge -y libnode*', { acceptable_exit_codes: [0, 100] }
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

when you purge things, libnodeXX remains on the system and conflicts with files from nodesource packages 🙄

@bastelfreak bastelfreak merged commit ff1fd3f into master Oct 27, 2023
25 checks passed
@bastelfreak bastelfreak deleted the ubuntu22 branch October 27, 2023 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants