From 99ad79b8d2411e8c22c2e1161b2b5da064d2aea4 Mon Sep 17 00:00:00 2001 From: Raphael Werner Date: Mon, 28 Apr 2025 22:39:37 +0200 Subject: [PATCH] Logfile creation --- local.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local.yml b/local.yml index ac2994d..9c93323 100644 --- a/local.yml +++ b/local.yml @@ -14,13 +14,13 @@ ansible.builtin.file: path: "{{ ansible_user_dir }}/.local/state/post_install" state: directory - mode: '0644' + mode: '0700' - name: "Create File" ansible.builtin.file: path: "{{ log_path }}" state: touch - mode: '0644' + mode: '0700' roles: - name: fedora