From b7db27558bacd7efebe052003d6542af06a57acf Mon Sep 17 00:00:00 2001 From: Crest Date: Mon, 4 Jul 2022 02:36:48 +0200 Subject: [PATCH] Collect duplicated path literals into variables. The `s6` roles used to contain lots of repetitions of the same paths. Collect the paths in variables to remove duplicated path literals. Changes #31. --- group_vars/freebsd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/group_vars/freebsd b/group_vars/freebsd index 4ba2467..727aab4 100644 --- a/group_vars/freebsd +++ b/group_vars/freebsd @@ -1,2 +1,5 @@ --- ansible_python_interpreter: /usr/local/bin/python3.8 +s6_etc_dir: /etc/s6-rc +s6_live_dir: /run/s6-rc +s6_scan_dir: /run/service