-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
supervisorctl: stop process before removing it (#7284)
* supervisorctl: stop process before removing it * Update supervisorctl.py Removes blanks * adds fragment * introduces stop_before_removing parameter and fix deleting after stopping * reduce line length * Apply suggestions from code review Co-authored-by: Felix Fontein <felix@fontein.de> * miss some exit * fixing review --------- Co-authored-by: Felix Fontein <felix@fontein.de> (cherry picked from commit b88b045)
- Loading branch information
1 parent
9254110
commit 5050455
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
changelogs/fragments/7284-supervisorctl-stop-before-remove.yaml
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,2 @@ | ||
minor_changes: | ||
- supervisorctl - allow to stop matching running processes before removing them with ``stop_before_removing=true`` (https://github.com/ansible-collections/community.general/pull/7284). |
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