Browse Source

Formatting.

Alex Payne 10 years ago
parent
commit
d010a0cda5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/vpn/tasks/openvpn.yml

+ 1
- 1
roles/vpn/tasks/openvpn.yml View File

2
 # Installs the OpenVPN virtual private network server.
2
 # Installs the OpenVPN virtual private network server.
3
 # ref: https://library.linode.com/networking/openvpn/debian-6-squeeze
3
 # ref: https://library.linode.com/networking/openvpn/debian-6-squeeze
4
 
4
 
5
-- name: Install OpenVPN and dependencies from apt
5
+- name: Install OpenVPN and dependencies
6
   apt: pkg={{ item }} state=installed
6
   apt: pkg={{ item }} state=installed
7
   with_items:
7
   with_items:
8
     - dnsmasq
8
     - dnsmasq

Loading…
Cancel
Save