plugeth/tests/files/ansible/roles/docker/handlers/main.yml

5 lines
75 B
YAML
Raw Normal View History

2015-02-03 03:55:38 +00:00
---
- name: restart sshd
sudo: true
service: name=ssh state=restarted