Skip to content
Snippets Groups Projects
Forked from hpc-team / HPCasCode
2525 commits behind the upstream repository.
main.yml 112 B
---
-
 include: installOpenVPN.yml

- name: "Start OpenVPN"
  service: name=openvpn state=started
  sudo: true