Parcourir la source

Install python3-docker if ansible is running python 3

pull/358/head
Dan Arnfield il y a 6 ans
Parent
révision
bc620895ca
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roles/matrix-base/tasks/server_base/setup_debian.yml

+ 1
- 1
roles/matrix-base/tasks/server_base/setup_debian.yml Voir le fichier

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


Chargement…
Annuler
Enregistrer