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

Capitalize 'Reload slurmdbd' notification #50

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tasks/slurmdbd_cluster.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

- name: Check for existence of cluster in db.

Check warning on line 3 in tasks/slurmdbd_cluster.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

[ansible-lint] reported by reviewdog 🐶 no-changed-when Commands should not change things if nothing needs doing Raw Output: tasks/slurmdbd_cluster.yml:3: no-changed-when Commands should not change things if nothing needs doing

Check warning on line 3 in tasks/slurmdbd_cluster.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

[ansible-lint] reported by reviewdog 🐶 risky-shell-pipe Shells that use pipes should set the pipefail option Raw Output: tasks/slurmdbd_cluster.yml:3: risky-shell-pipe Shells that use pipes should set the pipefail option
register: cluster_check
shell: "sacctmgr -n list cluster | cut -f 4 -d ' '"
become: yes
Expand All @@ -16,5 +16,5 @@
become: yes
become_user: root
notify:
- reload slurmdbd
- Reload slurmdbd
when: __cluster_not_setup
Loading