kolla-ansible/releasenotes/notes/skip-tags-c0a4ac3900f33e7f.yaml
Mark Goddard c3e91725e2 Add support for --skip-tags argument
This allows for skipping tasks which match the provided tags, using
the ansible-playbook argument of the same name.

This can be useful in combination with --tags, to skip reconfiguration
of the common tasks:

kolla-ansible reconfigure --tags nova --skip-tags common

Change-Id: I766552f7ae4099da3d174759f4a609ffe8b4d89f
2017-10-17 09:31:20 +01:00

6 lines
170 B
YAML

---
features:
- |
Adds a new argument to the ``kolla-ansible`` command, ``--skip-tags TAGS``.
This argument is passed through directly to ``ansible-playbook``.