- name: reload nginx
service:
name: nginx
state: reloaded
when: "'handler' not in ansible_skip_tags"
- name: restart php-fpm
name: 'php-fpm{{ php_version }}'
state: restarted