[ANSIBLE] Add 'bash-completion' role
[oom/offline-installer.git] / ansible / roles / bash-completion / README.md
1 Role to install bash-completion
2 ===============================
3
4 Role that installs the bash-completion package and generates the completion code for binary which name is passed via role parameter.
5
6 Requirements
7 ------------
8
9 For the role to operate properly it is expected that the binary for which the completion code is generated supports "completion bash" option.
10
11 Role Variables
12 --------------
13
14 - completion\_bin (role's parameter) - name of the binary for which the completion code will be generated
15