Do not install unnecessary bash-completion

This commit is contained in:
Slavi Pantaleev 2020-03-30 17:00:10 +03:00
parent edb77cf799
commit 26b73e3a4b
4 changed files with 0 additions and 4 deletions

View file

@ -3,7 +3,6 @@
- name: Install host dependencies
pacman:
name:
- bash-completion
- python-docker
- ntp
# TODO This needs to be verified. Which version do we need?

View file

@ -20,7 +20,6 @@
- name: Ensure yum packages are installed
yum:
name:
- bash-completion
- docker-python
- ntp
- fuse

View file

@ -27,7 +27,6 @@
- name: Ensure APT packages are installed
apt:
name:
- bash-completion
- "python{{'3' if ansible_python.version.major == 3 else ''}}-docker"
- ntp
- fuse

View file

@ -27,7 +27,6 @@
- name: Ensure APT packages are installed
apt:
name:
- bash-completion
- python-docker
- ntp
- fuse