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