8 lines
128 B
YAML

---
- name: restart php-fpm
service:
name: php{{ php.version }}-fpm
state: restarted
enabled: true
become: true