Skip to content

Commit

Permalink
Fix test warning
Browse files Browse the repository at this point in the history
  • Loading branch information
tom91136 committed Sep 29, 2024
1 parent 8bdf02a commit 0e61bf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
ansible.builtin.fail:
msg: "Missing mount in df"
when:
- df.rc != 0 or 'mgmt.{{domain}}:/mnt/rds1/home' not in df.stdout
- df.rc != 0 or ':/mnt/rds1/home' not in df.stdout

- name: Get srun node hostnames
ansible.builtin.shell: srun --partition={{nodes[node].partition}} --nodelist={{node}} hostname
Expand Down

0 comments on commit 0e61bf6

Please sign in to comment.