Przeglądaj źródła

Add note about installilng 'docker' Python package if Docker installation is disabled

pull/623/head
merklaw 5 lat temu
rodzic
commit
87df15441c
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-base/defaults/main.yml

+ 1
- 1
roles/matrix-base/defaults/main.yml Wyświetl plik

@@ -85,7 +85,7 @@ matrix_vars_yml_snapshotting_src: "{{ inventory_dir }}/host_vars/{{ inventory_ho
matrix_well_known_matrix_server_enabled: true

# Controls whether Docker is automatically installed.
# If you change this to false you must install and update Docker manually.
# If you change this to false you must install and update Docker manually. You also need to install the [`docker`](https://pypi.org/project/docker/) Python package.
matrix_docker_installation_enabled: true

# Controls the Docker package that is installed.


Ładowanie…
Anuluj
Zapisz