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