From ea424929e701ee4707e37b63a98f69a8ce01866f Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 2 Nov 2018 19:17:27 -0400 Subject: [PATCH] Update first_run.yml --- roles/0-init/tasks/first_run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/0-init/tasks/first_run.yml b/roles/0-init/tasks/first_run.yml index 0c3b01281..ff349424d 100644 --- a/roles/0-init/tasks/first_run.yml +++ b/roles/0-init/tasks/first_run.yml @@ -1,5 +1,5 @@ - name: Create the directory structure for IIAB include_tasks: fl.yml -- name: Write iiab_ini.yml for the first time +- name: Run iiab_ini.yml, creating {{ iiab_ini_file }} include_tasks: iiab_ini.yml