Bring consistency to tags

Some tags were not applied on the highest level and forced duplication.
We apply here our practices to have role_name-(config|install).

Change-Id: I820a0ad6bdcff5f8f1d5942ae5c4bed63aacb97e
This commit is contained in:
Jean-Philippe Evrard 2017-01-10 13:58:17 +00:00
parent 3c69c5182f
commit 44c44e7d7a
1 changed files with 2 additions and 4 deletions

View File

@ -36,23 +36,21 @@
- include: barbican_post_install.yml
tags:
- barbican-install
- barbican-config
- include: barbican_init.yml
tags:
- barbican-install
- barbican-config
- include: barbican_db_setup.yml
when: inventory_hostname == groups['barbican_all'][0]
tags:
- barbican-install
- barbican-config
- include: barbican_service_setup.yml
when: inventory_hostname == groups['barbican_all'][0]
tags:
- barbican-install
- barbican-config
- name: Flush handlers
meta: flush_handlers