bash: install autocompletion package

This commit is contained in:
2020-11-05 20:23:35 +01:00
parent 378cce9bc9
commit 2afa4283c1

View File

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