From 980a0ce8aa78f1b97124095811a98f3e2d7de8ea Mon Sep 17 00:00:00 2001 From: Martin Pietsch <martin.pietsch@tu-dresden.de> Date: Tue, 7 May 2019 12:43:07 +0200 Subject: [PATCH] change location of linux application sources --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22f7d7d..0e3b874 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Variables * contains the general path for applications without final path separator * must be set in defaults/main.yml of each system role * examples: - * Linux: system_app_root: "" + * Linux: system_app_root: "/usr" * FreeBSD: system_app_root: "/usr/local" * OpenBSD: system_app_root: "/usr/local" * NetBSD: system_app_root: "/usr/pkg" -- GitLab