2020-01-13 20:44:10 +01:00
|
|
|
- name: restart apache2
|
|
|
|
systemd:
|
|
|
|
name: apache2
|
|
|
|
state: restarted
|
|
|
|
listen: "restart apache2"
|
|
|
|
|
|
|
|
- name: restart php-fpm
|
|
|
|
systemd:
|
|
|
|
name: php{{ php_ver.stdout }}-fpm
|
|
|
|
state: restarted
|
|
|
|
listen: "restart php-fpm"
|
2020-01-16 18:56:32 +01:00
|
|
|
|
|
|
|
- name: enable nextcloudcron.service and .timer
|
|
|
|
systemd:
|
|
|
|
name: nextcloudcron.timer
|
|
|
|
state: started
|
|
|
|
enabled: True
|
2020-01-19 18:47:12 +01:00
|
|
|
listen: "enable nextcloudcron.timer"
|