@ -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:
- docker-python
- fuse
@ -27,7 +27,6 @@
- name: Ensure APT packages are installed
apt:
- "python{{'3' if ansible_python.version.major == 3 else ''}}-docker"