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:
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