From fa6d85636f77e15d531b0ff70354f30e1d2edc5e Mon Sep 17 00:00:00 2001 From: merklaw Date: Wed, 5 Aug 2020 17:35:25 +0200 Subject: [PATCH] Add note about installing 'docker' Python package if Docker installation is disabled --- roles/matrix-base/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-base/defaults/main.yml b/roles/matrix-base/defaults/main.yml index 8e4c8079..9ab8bb3c 100644 --- a/roles/matrix-base/defaults/main.yml +++ b/roles/matrix-base/defaults/main.yml @@ -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. You also need to install the [`docker`](https://pypi.org/project/docker/) Python package. +# 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.