From 8fea9c4e669006917f3c352eaac9b2277c7a7cc6 Mon Sep 17 00:00:00 2001 From: Hinrikus Wolf <hinrikus@fsmpi.rwth-aachen.de> Date: Sun, 1 Jul 2018 14:59:44 +0200 Subject: [PATCH] improve syntax of readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e05704b..7332f24 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Create for every instance <inventory_dir>/vars/<instance_name>.yml a variable in Define in your host_vars/<host> the dictionary `webapps` -webapps: - - instance: <instancen_name> - app: <app_name> - app_vars: "<instance_name>.yml" <-- path to variable file from above + webapps: + - instance: <instancen_name> + app: <app_name> + app_vars: "<instance_name>.yml" <-- path to variable file from above -- GitLab