From 7539cc295941342a877a5672c74fc111b90bce64 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 2 Nov 2018 19:21:28 -0400 Subject: [PATCH] Update main.yml --- roles/0-init/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/0-init/tasks/main.yml b/roles/0-init/tasks/main.yml index cf11061cd..bbdd59d89 100644 --- a/roles/0-init/tasks/main.yml +++ b/roles/0-init/tasks/main.yml @@ -12,7 +12,7 @@ # We need to inialize the ini file and only write the location and version # sections once and only once to preserve the install date and git hash. -- name: Write iiab_ini.yml for the first time +- name: Create IIAB directory structure and {{ iiab_ini_file }}, if first_run include_tasks: first_run.yml when: first_run