tags
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
- name: "{{slurm_prefix+'-submit1'}}"
|
||||
alloc_nodes: "{{ slurm_alloc_nodes_default + extra_nodes | default([])}}"
|
||||
notify: reconfigure slurm
|
||||
tags: [ slurm-config ]
|
||||
tags: slurm-config
|
||||
|
||||
- name: "create docker network to make service discovery work"
|
||||
docker_network:
|
||||
@@ -110,7 +110,7 @@
|
||||
loop: "{{ slurm_nodes_all }}"
|
||||
loop_control:
|
||||
label: "{{slurm_prefix}}-{{ item.machine }}"
|
||||
tags: [ slurm-config ]
|
||||
tags: slurm-config
|
||||
|
||||
- name: export facts about slurm cluster to be used by other modules
|
||||
set_fact:
|
||||
|
Reference in New Issue
Block a user