From 3e044168b39b4ac319c0ae5ac0a93f1c6065e1b7 Mon Sep 17 00:00:00 2001 From: Nate Coraor Date: Thu, 7 Apr 2016 17:10:18 -0400 Subject: [PATCH] Reinstalled the slurm controller and CVMFS stratum1 at TACC w/ static fixed IP --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index d9c09b4..ae3d398 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -40,7 +40,7 @@ - name: Install slurm.conf template: - src: "{{ slurm_conf_src | default( 'files/slurm/slurm.conf' ) }}" + src: "{{ slurm_conf_src | default( 'templates/slurm/slurm.conf.j2' ) }}" dest: "{{ slurm_conf_dir }}/slurm.conf" owner: root group: root