mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-12 08:43:55 +02:00
Do not install unnecessary bash-completion
This commit is contained in:
parent
edb77cf799
commit
26b73e3a4b
@ -3,7 +3,6 @@
|
|||||||
- name: Install host dependencies
|
- name: Install host dependencies
|
||||||
pacman:
|
pacman:
|
||||||
name:
|
name:
|
||||||
- bash-completion
|
|
||||||
- python-docker
|
- python-docker
|
||||||
- ntp
|
- ntp
|
||||||
# TODO This needs to be verified. Which version do we need?
|
# TODO This needs to be verified. Which version do we need?
|
||||||
|
@ -20,7 +20,6 @@
|
|||||||
- name: Ensure yum packages are installed
|
- name: Ensure yum packages are installed
|
||||||
yum:
|
yum:
|
||||||
name:
|
name:
|
||||||
- bash-completion
|
|
||||||
- docker-python
|
- docker-python
|
||||||
- ntp
|
- ntp
|
||||||
- fuse
|
- fuse
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
- name: Ensure APT packages are installed
|
- name: Ensure APT packages are installed
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- bash-completion
|
|
||||||
- "python{{'3' if ansible_python.version.major == 3 else ''}}-docker"
|
- "python{{'3' if ansible_python.version.major == 3 else ''}}-docker"
|
||||||
- ntp
|
- ntp
|
||||||
- fuse
|
- fuse
|
||||||
|
@ -27,7 +27,6 @@
|
|||||||
- name: Ensure APT packages are installed
|
- name: Ensure APT packages are installed
|
||||||
apt:
|
apt:
|
||||||
name:
|
name:
|
||||||
- bash-completion
|
|
||||||
- python-docker
|
- python-docker
|
||||||
- ntp
|
- ntp
|
||||||
- fuse
|
- fuse
|
||||||
|
Loading…
Reference in New Issue
Block a user