From 5ef4a48abb82262cf26a5138f357195ef3adf2b7 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 26 Oct 2017 20:53:54 -0400 Subject: [PATCH] tag init -> 0-init --- iiab.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/iiab.yml b/iiab.yml index 3c5004600..d7055e91a 100644 --- a/iiab.yml +++ b/iiab.yml @@ -9,6 +9,7 @@ - /etc/iiab/config_vars.yml roles: + - { role: 0-init, tags: ['0-init'] } - { role: 1-prep, tags: ['1-prep','platform','base'] } - { role: 2-common, tags: ['2-common','base'] } - { role: 3-base-server, tags: ['3-base-server','base'] }