From 93b1ed60aebdc21a7e71119c5f808af980cc7fe2 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Sun, 27 Nov 2022 17:20:40 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 125db88..c2651da 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,9 @@ $ ./deploy.sh services # deploy the docker role only $ ./deploy.sh services SINGLE_SERVICE # deploy SINGLE_SERVICE Docker service only ``` -`SINGLE_SERVICE` should match one of the filenames in -`roles/docker/tasks/services/**/*`, but without the `.yml` extension. +`SINGLE_SERVICE` should match one of the service names in the `services` +dictionary in `roles/docker/defaults/main.yml` (e.g. `gitea` or +`data_coop_website`). ## Testing