diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:33:40 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2024-09-08 02:33:40 +0200 |
commit | 9af7d5c9f03fb2dac22f4b22c422333aec7cbfe7 (patch) | |
tree | f8e02e0367892c3f539a0ba5641a09f5e9029109 /roles/nextcloud/handlers | |
parent | bddd49e67875922e20377780c3d2797bc06ab50b (diff) |
Nextcloud: Upgrade backend to PHP7.4.
Diffstat (limited to 'roles/nextcloud/handlers')
-rw-r--r-- | roles/nextcloud/handlers/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/nextcloud/handlers/main.yml b/roles/nextcloud/handlers/main.yml index 1e48524..2fdd8b7 100644 --- a/roles/nextcloud/handlers/main.yml +++ b/roles/nextcloud/handlers/main.yml @@ -1,6 +1,6 @@ --- -- name: Restart php7.3-fpm - service: name=php7.3-fpm state=restarted +- name: Restart php7.4-fpm + service: name=php7.4-fpm state=restarted - name: Restart Redis service: name=redis-server state=restarted |