Browse Source

Formatting.

Alex Payne 9 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,7 +2,7 @@
2 2
 # Installs the OpenVPN virtual private network server.
3 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 6
   apt: pkg={{ item }} state=installed
7 7
   with_items:
8 8
     - dnsmasq

Loading…
Cancel
Save