Do not install unnecessary bash-completion

development
Slavi Pantaleev 5 years ago
parent edb77cf799
commit 26b73e3a4b

@ -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?

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

@ -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

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

Loading…
Cancel
Save