bash: install autocompletion package

This commit is contained in:
transcaffeine 2020-11-05 20:23:35 +01:00
parent 6f8ee3627d
commit d2d2b2c845
Signed by: transcaffeine
GPG Key ID: 03624C433676E465

View File

@ -0,0 +1,9 @@
---
- name: Install additional packages
package:
name: "{{ item }}"
state: present
loop:
- bash
- bash-completion