Slavi Pantaleev
6 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
roles/matrix-base/tasks/server_base/setup_debian.yml
|
|
|
@@ -28,7 +28,7 @@ |
|
|
|
apt: |
|
|
|
name: |
|
|
|
- bash-completion |
|
|
|
- "python{{'3' if ansible_python.version.major == 3}}-docker" |
|
|
|
- "python{{'3' if ansible_python.version.major == 3 else ''}}-docker" |
|
|
|
- ntp |
|
|
|
- fuse |
|
|
|
state: latest |
|
|
|
|