From 4b74daa95c0c40f76d0caa70b94cf0edfe4a26d5 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 3 Feb 2020 19:59:46 -0500 Subject: [PATCH] Fix roles/1-prep/tasks/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 2726f4176..97dd3fa26 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -135,4 +135,4 @@ - name: Recording STAGE 1 HAS COMPLETED ============================ template: src: roles/1-prep/templates/iiab.env.j2 - path: "{{ iiab_env_file }}" + dest: "{{ iiab_env_file }}"