[Framadate] log file creation

certbot_on_virtu
pa 2020-05-02 15:43:26 +02:00
parent e3bd8fcdab
commit a96a0cfce4
1 changed files with 6 additions and 3 deletions

View File

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