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

debian tasks : handler names inconsistently renamed #77

Open
zerwes opened this issue Jan 2, 2025 · 0 comments
Open

debian tasks : handler names inconsistently renamed #77

zerwes opened this issue Jan 2, 2025 · 0 comments

Comments

@zerwes
Copy link
Contributor

zerwes commented Jan 2, 2025

in commit 9e67daf the handler names have been renamed

index c37a300..542cbd6 100644
--- a/handlers/main.yml
+++ b/handlers/main.yml
@@ -1,5 +1,5 @@
-  - name: restart-ds
-    supervisorctl:
+  - name: Restart-ds
+    community.general.supervisorctl:

but in tasks/Debian.yml some notify's have been missed during the rename process

ansible-role-documentserver master ± git grep restart-
tasks/Debian.yml:  notify: restart-ds
tasks/Debian.yml:  notify: restart-ds
tasks/Debian.yml:  notify: restart-ds
zerwes pushed a commit to Rosa-Luxemburgstiftung-Berlin/ansible-role-documentserver that referenced this issue Jan 2, 2025
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

No branches or pull requests

1 participant