Skip to content

Commit d42c6ba

Browse files
committed
fix long nodenames getting truncated when listing partitions
1 parent d01dc40 commit d42c6ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/roles/rebuild/tasks/rebuild_partition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
cmd: >-
44
sinfo
55
--Node
6-
--Format=NodeList
6+
--format=%N
77
--noheader
88
--partition={{ _rebuild_job_current_partition }}
99
register: _sinfo_partition

0 commit comments

Comments
 (0)