Files
kayobe/releasenotes/notes/add-option-to-skip-hooks-719ba214a6d4b773.yaml
Alex-Welsh d7069283fd added option to skip hooks
adds the argument --skip-hooks/-sh which will stop the execution of
hooked ansible playbooks. Either a pattern can be specified to match
against or hook execution can be stopped altogether with "all"

Story: 2009241
Task: 43390

Change-Id: I4f2176aa056fec62e31d07140e3d05779480a93d
2022-10-04 14:40:31 +01:00

6 lines
196 B
YAML

---
features:
- |
Adds the --skip-hooks argument to ignore hooks for the execution of a
command. See `story 2009241
<https://storyboard.openstack.org/#!/story/2009241>`_ for details.