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

APT install #4

Merged
merged 20 commits into from
Oct 12, 2023
Merged

APT install #4

merged 20 commits into from
Oct 12, 2023

Conversation

yzoug
Copy link

@yzoug yzoug commented Oct 11, 2023

Allow using APT instead of pip to install supervisor

overfl0 and others added 20 commits May 5, 2019 15:09
Handle item.state == absent by deleting the config file
The URL to the `supervisorctl` module was outdated and invalid. Changed it to a working URL.
README.md - Fixed URL to `supervisorctl` module
…ecated-warning

Remove deprecated warning
Two main reasons to prefer using apt:

* On Debian 12, installing supervisor with pip as a global package, like
  this role does, is no longer permitted.
* Pip needs compilers and other dangerous packages, that should not be
  installed if not needed.

A variable is introduced to allow for this, by default the role behaves
as it did before, i.e. uses pip.
@yzoug yzoug requested review from desbouis, Jamal-B and loliee October 11, 2023 09:39
@yzoug yzoug merged commit 5ac7476 into master Oct 12, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants