[ANSIBLE] Add 'bash-completion' role 25/126325/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>
Fri, 17 Dec 2021 10:17:55 +0000 (11:17 +0100)
commit3a94af71ad65d2ec93b21cde755ec3a6430180ac
tree8219ab0428acbbf9354ac71acc9762c0863caa8a
parent7c1839f6063e55ba24143c6f8951966a99f6b797
[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]