Skip to content

Commit a8c55e8

Browse files
committed
Merge branch 'main' into feat/ood-gres-upstream
2 parents 4e6ce19 + f116de2 commit a8c55e8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dev/ansible-ssh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ def _optional_arg(prototype, *values):
2121
if __name__ == "__main__":
2222
if len(sys.argv) < 2:
2323
msg = (
24-
f"Usage: {
25-
sys.argv[0]} <inventory_hostname> [args to pass to ssh]")
24+
f"Usage: {sys.argv[0]} <inventory_hostname> [args to pass to ssh]")
2625
print(msg, file=sys.stderr)
2726
sys.exit(-1)
2827

requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ roles:
44
version: v25.3.2
55
name: stackhpc.nfs
66
- src: https://github.com/stackhpc/ansible-role-openhpc.git
7-
version: feat/auto-gres # TODO: bump to release
7+
version: v1.5.0
88
name: stackhpc.openhpc
99
- src: https://github.com/stackhpc/ansible-node-exporter.git
1010
version: stackhpc

0 commit comments

Comments
 (0)