Files @ 4f29bd1aa05b
Branch filter:

Location: majic-ansible-roles/roles/web_server/handlers/main.yml

branko
MAR-181: Drop support for Debian 9 Stretch from the xmpp_server role:

- Switch to using IPs from VirtualBox default allowed host-only
network subnets.
- Drop Stretch-specific workarounds, code, and tests.
---

- name: Reload systemd
  systemd:
    daemon_reload: true

- name: Restart nginx
  service:
    name: nginx
    state: restarted

- name: Restart PHP-FPM
  service:
    name: "{{ php_fpm_service_name }}"
    state: restarted