Przeglądaj źródła

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

Install python3-docker if ansible is running python 3
pull/359/head
Slavi Pantaleev 6 lat temu
committed by GitHub
rodzic
commit
6e3dae5ec0
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-base/tasks/server_base/setup_debian.yml

+ 1
- 1
roles/matrix-base/tasks/server_base/setup_debian.yml Wyświetl plik

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


Ładowanie…
Anuluj
Zapisz