Skip to content

Commit

Permalink
Bring consistency to tags
Browse files Browse the repository at this point in the history
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: I23c36c5ea888a75ce7deddf272bd222af3b9e9f5
  • Loading branch information
Jean-Philippe Evrard committed Jan 17, 2017
1 parent cede11a commit 3b89d09
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

- include: ironic_post_install.yml
tags:
- ironic-install
- ironic-config

- include: ironic_api_post_install.yml
Expand All @@ -60,13 +59,13 @@
- include: ironic_db_setup.yml
when: inventory_hostname == groups['ironic_conductor'][0]
tags:
- ironic-install
- ironic-config

- include: ironic_init.yml
tags:
- ironic-install
- ironic-config

- include: ironic_service_setup.yml
when: inventory_hostname == groups['ironic_api'][0]
tags:
- ironic-install
- ironic-config

0 comments on commit 3b89d09

Please sign in to comment.