We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a9f52 commit 070209bCopy full SHA for 070209b
playbooks/roles/slurm/tasks/compute-rack-aware.yml
@@ -82,7 +82,8 @@
82
blockinfile:
83
block: "{{ lookup('template', 'gres.conf.j2') }}"
84
path: "{{ slurm_conf_path }}/gres.conf"
85
- marker: "### {{ansible_hostname}}"
+ marker: "### {mark} {{ansible_hostname}}"
86
+ throttle: 1
87
delegate_to: 127.0.0.1
88
when: "'GPU' in shape"
89
playbooks/roles/slurm/tasks/compute.yml
@@ -85,7 +85,8 @@
90
91
92
0 commit comments