Logfile creation

This commit is contained in:
Raphael Werner 2025-04-28 22:39:37 +02:00
parent a4d0edfa95
commit 99ad79b8d2

View file

@ -14,13 +14,13 @@
ansible.builtin.file: ansible.builtin.file:
path: "{{ ansible_user_dir }}/.local/state/post_install" path: "{{ ansible_user_dir }}/.local/state/post_install"
state: directory state: directory
mode: '0644' mode: '0700'
- name: "Create File" - name: "Create File"
ansible.builtin.file: ansible.builtin.file:
path: "{{ log_path }}" path: "{{ log_path }}"
state: touch state: touch
mode: '0644' mode: '0700'
roles: roles:
- name: fedora - name: fedora