ansible-infra/playbooks/roles/dokuwiki/handlers/main.yml

6 lines
142 B
YAML
Raw Normal View History

- name: Restart php-fpm
become: true
ansible.builtin.systemd:
name: "php{{ dokuwiki__php_version }}-fpm.service"
state: restarted