We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
tasks/Debian.yml
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
The text was updated successfully, but these errors were encountered:
issue ONLYOFFICE#77 - fixed handler/notify names in Debian tasks
e1e3d0b
No branches or pull requests
in commit 9e67daf the handler names have been renamed
but in
tasks/Debian.yml
some notify's have been missed during the rename processThe text was updated successfully, but these errors were encountered: