Logfile creation
This commit is contained in:
parent
a4d0edfa95
commit
99ad79b8d2
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue