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