Execution
Date 06 Sep 2024 13:48:15 +0100
Duration 00:00:06.92
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
1 Hosts
4 Tasks
4 Results
1 Plays
6 Files
0 Records

File: /home/ssh-gateway/ansible/roles/plesk/handlers/main.yml

---
# handlers file for plesk
- name: Restart ssh
  ansible.builtin.systemd:
    name: sshd
    state: restarted

- name: Restart apache
  ansible.builtin.systemd:
    name: httpd
    state: restarted