
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
11 lines
446 B
YAML
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.
|