openstack-ansible/releasenotes/notes/pki_handler_variables-6e72209f9cbc4cf5.yaml
Dmitriy Rabotyagov 7437b7641b Bump SHAs for OpenStack-Ansible 27.0.0.rc1
Change-Id: I20a5049e14fae2da25a87a97efa58692e561b1be
2023-05-26 10:34:19 +02:00

9 lines
379 B
YAML

---
features:
- |
Added variables ``pki_handler_ca_changed``, ``pki_handler_cert_changed``
and ``pki_handler_cert_installed`` that control name of meta handlers which
role triggers when included. This might be useful if multiple roles that
leverage the pki role are inlcuded withing same playbook and you want to
have better control over handler execution.