Remove excessive tags
This change simply removes all of the named tags being used within the repo-build playbook. Because the lookup needs to be executed everytime the playbook is called it makes a lot more sense for this playbook to use the "always" tag instead of a mix of all of the above. Change-Id: I1ba96a731f22e65045370f43656b743943fed365 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
89d82b00fd
commit
98e77caa18
@ -24,17 +24,7 @@
|
||||
with_py_pkgs: "{{ pkg_locations }}"
|
||||
register: local_packages
|
||||
tags:
|
||||
- repo-clone-repos
|
||||
- repo-set-requirements
|
||||
- repo-get-global-requirements
|
||||
- repo-set-requirement-names
|
||||
- repo-set-requirement-names-filtered
|
||||
- repo-set-constraints
|
||||
- repo-build-constraints-file
|
||||
- repo-create-venv-archive
|
||||
- repo-venv-compress-archive
|
||||
- repo-build-venvs
|
||||
- repo-create-venv-checksum
|
||||
- always
|
||||
roles:
|
||||
- role: "repo_build"
|
||||
repo_build_release_tag: "{{ openstack_release }}"
|
||||
|
Loading…
Reference in New Issue
Block a user