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) [1].

[1]: http://docs.openstack.org/developer/openstack-ansible/developer-docs/contribute.html#ansible-style-guide

Change-Id: Ibf3ac0568c8e50eb8d1126978ed406334c4897af
This commit is contained in:
Jean-Philippe Evrard 2017-01-11 15:37:43 +00:00
parent e692eea6a8
commit 2fb547909d
1 changed files with 3 additions and 4 deletions

View File

@ -37,17 +37,17 @@
- include: magnum_init.yml
tags:
- magnum-install
- magnum-config
- include: magnum_db_setup.yml
when: inventory_hostname == groups['magnum_all'][0]
tags:
- magnum-install
- magnum-config
- include: magnum_service_setup.yml
when: inventory_hostname == groups['magnum_all'][0]
tags:
- magnum-install
- magnum-config
- name: Restart Magnum Services
service:
@ -57,7 +57,6 @@
- "{{ magnum_api_program_name }}"
- "{{ magnum_conductor_program_name }}"
tags:
- magnum-install
- magnum-config
- name: Flush handlers