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:
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue