Files @ da43302b84a7
Branch filter:

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

branko
MAR-218: Improve linter reporting in the test runner script:

- Show info messages on what linter is currently running, and
explicitly report success and failure.
---

- name: Reload systemd
  ansible.builtin.systemd:
    daemon_reload: true

- name: Restart nginx
  ansible.builtin.service:
    name: nginx
    state: restarted

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