From 34aa710c2eae1d23a4b3cd3d22864d66a1d47039 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 15 Oct 2018 05:29:33 -0400 Subject: [PATCH] Update main.yml --- roles/1-prep/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index 4fc6da152..40dabc96d 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -111,7 +111,7 @@ - name: Recording STAGE 1 HAS COMPLETED ============================ template: src: roles/1-prep/templates/iiab.env.j2 - dest: /etc/iiab/iiab.env + dest: "{{ iiab_env_file }}" owner: root group: root mode: 0644