From b3f973878c8081233e4761cf1a5a7253370e97f0 Mon Sep 17 00:00:00 2001 From: A Holt Date: Mon, 15 Oct 2018 05:32:42 -0400 Subject: [PATCH] Update main.yml --- roles/4-server-options/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/4-server-options/tasks/main.yml b/roles/4-server-options/tasks/main.yml index 3dc010450..5b70af543 100644 --- a/roles/4-server-options/tasks/main.yml +++ b/roles/4-server-options/tasks/main.yml @@ -78,7 +78,7 @@ - name: Recording STAGE 4 HAS COMPLETED ================== lineinfile: - dest: /etc/iiab/iiab.env + dest: "{{ iiab_env_file }}" regexp: '^STAGE=*' line: 'STAGE=4' state: present