bash: install autocompletion package

This commit is contained in:
transcaffeine 2020-11-05 20:23:35 +01:00
parent 378cce9bc9
commit 2afa4283c1
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