aboutsummaryrefslogtreecommitdiffstats
path: root/tests/files/ansible/roles/docker/handlers/main.yml
blob: 767fc7ba6d490b88537cf9071fe9ebc7215b1d38 (plain) (blame)
1
2
3
4
---
- name: restart sshd
  sudo: true 
  service: name=ssh state=restarted