-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove the uwsgi role, add a cleanup role.
uwsgi is now completely handled by the ideascube packae postinstall script. Let's remove the uwsgi role completely. Add a cleanup role that will remove the files installed by the uwsgi role. This role will be used as a rolling release role, cleaning up the stuff we left behind us after such changes. Fixes #25.
- Loading branch information
1 parent
0deacc7
commit 2477e2a
Showing
4 changed files
with
11 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
|
||
- name: Remove uwsgi installed using pip (bug #17) | ||
pip: name=uwsgi state=absent | ||
tags: | ||
- cleanup | ||
|
||
- name: Remove the old service file | ||
file: path=/etc/systemd/system/uwsgi.service state=absent | ||
tags: | ||
- cleanup |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.