kayobe/releasenotes/notes/diff-mode-468e09bbb9185b50.yaml
Mark Goddard 9c2565a60c Support Ansible diff mode
Adds a '--diff' argument to kayobe CLI commands. This is passed through
to ansible-playbook for Kayobe Ansible playbooks, and can be used with
the '--check' argument to see changes that would be made to files.

This change also passes through --check and --diff arguments to
kolla-ansible.

Story: 2009038
Task: 42794

Change-Id: I350795c328c0dc0a91a5cd500c252c5b7b1eafc1
2021-10-21 12:00:33 +00:00

12 lines
385 B
YAML

---
features:
- |
Adds a ``--diff`` argument to kayobe CLI commands. This is passed through
to ``ansible-playbook`` for Kayobe and Kolla Ansible playbooks, and can be
used with the ``--check`` argument to see changes that would be made to
files.
upgrade:
- |
The ``--check`` argument to kayobe CLI commands is now passed through to
Kolla Ansible playbooks.