Files
openstack-ansible/releasenotes/notes/bash_autocompletion-f44059352827c3a6.yaml
Dmitriy Rabotyagov 0461ec98ca Add autocomplete script for playbooks
Since we've moved all our playbooks to collection, and we know where
collection path is for sure, we can come up with a convenience
autocomplete script, which will scan required paths and complete
with a correct FQCN for playbooks.

Change-Id: Id934f59ffd536ed3dc6f1e6d0cd767bfcf0ef293
2024-10-14 09:09:19 +02:00

11 lines
446 B
YAML

---
features:
- |
Added a bash auto-completion script which will assist with running
openstack-ansible commands. It is placed as
``/etc/bash_completion.d/openstack-ansible``, so please make sure
your .bashrc is configured to load completion scripts from there.
As of today it can help with completing playbook names, which are part
of collections, Ansible native flags and hosts in case of ``--limit``
flag is used.