From d128f875ea98c5e0c5b48e9e493881875fc91034 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 26 Oct 2017 20:55:39 -0400 Subject: [PATCH] new tags names incl #s --- iiab-from-console.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/iiab-from-console.yml b/iiab-from-console.yml index 1c29d7b18..33f995186 100644 --- a/iiab-from-console.yml +++ b/iiab-from-console.yml @@ -9,10 +9,10 @@ - /etc/iiab/config_vars.yml roles: - - { role: 0-init, tags: ['init'] } - - { role: 4-server-options, tags: ['options'] } - - { role: 5-xo-services, tags: ['xo-services'] } - - { role: 6-generic-apps, tags: ['generic-apps'] } - - { role: 7-edu-apps, tags: ['edu-apps'] } - - { role: 8-mgmt-tools, tags: ['tools'] } - - { role: 9-local-addons, tags: ['addons'] } + - { role: 0-init, tags: ['0-init'] } + - { role: 4-server-options, tags: ['4-server-options'] } + - { role: 5-xo-services, tags: ['5-xo-services'] } + - { role: 6-generic-apps, tags: ['6-generic-apps'] } + - { role: 7-edu-apps, tags: ['7-edu-apps'] } + - { role: 8-mgmt-tools, tags: ['8-mgmt-tools'] } + - { role: 9-local-addons, tags: ['9-local-addons'] }