From 61c5f6810c1d0d3d9ea3690b9127a71a1ea38392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Dubois?= Date: Wed, 12 Oct 2022 16:15:40 +0200 Subject: [PATCH] base: configure "/usr/X11R6" and "/usr/local" for servers that have a mount on it --- CHANGELOG | 1 + roles/base/tasks/fstab_entries.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index a70c975..86ac264 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -48,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * base: use a variable for /etc/installurl content * base: use "servers" option instead of "server" option for ntpd.conf * base: fstab options can be activated or not +* base: configure "/usr/X11R6" and "/usr/local" for servers that have a mount on it ### Fixed diff --git a/roles/base/tasks/fstab_entries.yml b/roles/base/tasks/fstab_entries.yml index e812051..efddec7 100644 --- a/roles/base/tasks/fstab_entries.yml +++ b/roles/base/tasks/fstab_entries.yml @@ -15,6 +15,8 @@ - "/" - "/var" - "/usr" + - "/usr/X11R6" + - "/usr/local" - "/tmp" - "/home" tags: