Skip to content
Snippets Groups Projects
main.yml 73 B
- name: "restart sshd"
  service: name=sshd state=restarted
  sudo: true