Explorar el Código

Install python3-docker if ansible is running python 3

pull/358/head
Dan Arnfield hace 6 años
padre
commit
bc620895ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-base/tasks/server_base/setup_debian.yml

+ 1
- 1
roles/matrix-base/tasks/server_base/setup_debian.yml Ver fichero

@@ -28,7 +28,7 @@
apt:
name:
- bash-completion
- python-docker
- "python{{'3' if ansible_python.version.major == 3}}-docker"
- ntp
- fuse
state: latest


Cargando…
Cancelar
Guardar