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

Handler typo in tasks/slurmdbd_cluster.yml #51

Open
clil16 opened this issue Aug 23, 2023 · 1 comment
Open

Handler typo in tasks/slurmdbd_cluster.yml #51

clil16 opened this issue Aug 23, 2023 · 1 comment

Comments

@clil16
Copy link

clil16 commented Aug 23, 2023

When running the playbook we received an error:

TASK [galaxyproject.slurm : Create the slurmdbd cluster] ***********************
ERROR! The requested handler 'reload slurmdbd' was not found in either the main handlers list nor in the listening handlers list
FATAL: command execution failed

After looking at the tasks/slurmdbd_cluster.yml file the issue is on line 19. It is trying to notify the reload slurmdbd handler but it should be Reload slurmdbd since the handler in handlers/main.yml on line 7 uses a capital R in the name.

@clil16
Copy link
Author

clil16 commented Aug 23, 2023

Please see this pull request with the fix: #52

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