aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/testbed-setup/ansible/roles/user_add/handlers/main.yaml
blob: e6b7d828443151a45c293310eba3526d5bf214d1 (plain)
1
2
3
4
5
6
7
8
9
10
---
# file: roles/user_add/handlers/main.yaml

- name: Restart sshd
  service:
    name: sshd
    state: restarted
  tags:
    - restart-sshd