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

5 lines
75 B
YAML
Raw Normal View History

2016-11-08 22:07:44 +00:00
---
- name: restart sshd
sudo: true
service: name=ssh state=restarted