Explorar el Código
Merge pull request #358 from thedanbob/python3-docker-fix
Install python3-docker if ansible is running python 3
pull/359/head
Slavi Pantaleev
hace 6 años
committed by
GitHub
No se encontró ninguna clave conocida en la base de datos para esta firma
ID de clave GPG: 4AEE18F83AFDEB23
Se han
modificado 1 ficheros con
1 adiciones y
1 borrados
-
roles/matrix-base/tasks/server_base/setup_debian.yml
|
|
|
@@ -28,7 +28,7 @@ |
|
|
|
apt: |
|
|
|
name: |
|
|
|
- bash-completion |
|
|
|
- python-docker |
|
|
|
- "python{{'3' if ansible_python.version.major == 3}}-docker" |
|
|
|
- ntp |
|
|
|
- fuse |
|
|
|
state: latest |
|
|
|
|