浏览代码

Formatting.

Alex Payne 9 年前
父节点
当前提交
d010a0cda5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      roles/vpn/tasks/openvpn.yml

+ 1
- 1
roles/vpn/tasks/openvpn.yml 查看文件

@@ -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

正在加载...
取消
保存