Implement nextcloud role.

This commit is contained in:
Andreas B. Mundt 2020-01-13 20:44:10 +01:00
parent 21309fb788
commit 2a161df7bb
6 changed files with 211 additions and 1 deletions

View file

@ -0,0 +1,11 @@
- 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"