[ANSIBLE] Add 'bash-completion' role 43/126343/1
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Fri, 17 Dec 2021 10:17:55 +0000 (11:17 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Mon, 20 Dec 2021 09:16:18 +0000 (10:16 +0100)
commit31fc7096ac63358911636758b40010f5ff3ef36c
treea9fdf30b9786d7058e977810b36255ab8595c1b1
parentf4f839f41f984d94c98296fc70ef6969f614d4cb
[ANSIBLE] Add 'bash-completion' role

Role installs bash-completion package and generates the
shell completion code for binary given as a role parameter

Change-Id: I95af7b7a16b0dec1dd7841f1db7afdb3738fe6bc
Issue-ID: OOM-2902
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
ansible/roles/bash-completion/.yamllint [new file with mode: 0644]
ansible/roles/bash-completion/README.md [new file with mode: 0644]
ansible/roles/bash-completion/defaults/main.yml [new file with mode: 0644]
ansible/roles/bash-completion/molecule/default/converge.yml [new file with mode: 0644]
ansible/roles/bash-completion/molecule/default/molecule.yml [new file with mode: 0644]
ansible/roles/bash-completion/molecule/default/prepare.yml [new file with mode: 0644]
ansible/roles/bash-completion/molecule/default/tests/test_default.py [new file with mode: 0644]
ansible/roles/bash-completion/tasks/main.yml [new file with mode: 0644]