blob: d96e9165a1e499877d814f17b1f00e0d246c5deb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
Role to install bash-completion
===============================
Role that installs the bash-completion package and generates the completion code for binary which name is passed via role parameter.
Requirements
------------
For the role to operate properly it is expected that the binary for which the completion code is generated supports "completion bash" option.
Role Variables
--------------
- completion\_bin (role's parameter) - name of the binary for which the completion code will be generated
|