From 76562b503b112de1d32b234b10ec6bdf694e8491 Mon Sep 17 00:00:00 2001 From: "Andreas B. Mundt" Date: Tue, 4 Apr 2023 13:05:50 +0200 Subject: [PATCH] Disable /tmp on tmpfs. --- roles/lmn_kde/tasks/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/roles/lmn_kde/tasks/main.yml b/roles/lmn_kde/tasks/main.yml index 6923e8b..2300b8f 100644 --- a/roles/lmn_kde/tasks/main.yml +++ b/roles/lmn_kde/tasks/main.yml @@ -87,9 +87,3 @@ regexp: '^(XKBOPTIONS=).*' line: '\1"compose:caps"' backrefs: yes - -- name: tmp on tmpfs - command: cp /usr/share/systemd/tmp.mount /etc/systemd/system/ - args: - creates: /etc/systemd/system/tmp.mount - notify: enable tmp.mount