[Framadate] log file creation
parent
d8a54c329a
commit
fd6fb1cdb3
|
@ -37,9 +37,12 @@
|
|||
retries: 3
|
||||
until: composer_result is succeeded
|
||||
|
||||
# cd framadate
|
||||
# sudo -u www-data touch admin/stdout.log
|
||||
# sudo chmod 600 admin/stdout.log
|
||||
- name:
|
||||
file:
|
||||
path: "{{ framadate.path }}/admin/stdout.log"
|
||||
owner: www-data
|
||||
state: touch
|
||||
mode: 0600
|
||||
|
||||
- name: Indicate role in motd
|
||||
template:
|
||||
|
|
Loading…
Reference in New Issue