Преглед на файлове
Merge pull request #358 from thedanbob/python3-docker-fix
Install python3-docker if ansible is running python 3
pull/359/head
Slavi Pantaleev
преди 6 години
committed by
GitHub
родител
ревизия
6e3dae5ec0
No known key found for this signature in database
GPG ключ ID: 4AEE18F83AFDEB23
променени са
1 файла, в които са
добавени 1 реда и са
изтрити 1 реда
-
roles/matrix-base/tasks/server_base/setup_debian.yml
|
|
@@ -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 |
|
|
|