Ver a proveniência

Merge pull request #358 from thedanbob/python3-docker-fix

Install python3-docker if ansible is running python 3
pull/359/head
Slavi Pantaleev há 6 anos
committed by GitHub
ascendente
cometimento
6e3dae5ec0
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      roles/matrix-base/tasks/server_base/setup_debian.yml

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

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


Carregando…
Cancelar
Guardar