Skip to content

Commit

Permalink
update deprecated comp-lzo option and switch to "shell" from command (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rodriguezsergio authored and kyl191 committed Jul 8, 2018
1 parent f7cf8ac commit 48f03b3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
state: restarted

- name: save iptables rules (Debian/Ubuntu and CentOS/RHEL/Fedora)
command: "{{ iptables_save_command }}"
shell: "{{ iptables_save_command }}"
when: ansible_os_family == 'Debian' or ansible_os_family == 'RedHat'
listen: "save iptables"
2 changes: 1 addition & 1 deletion templates/client.ovpn.j2
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dev tun
resolv-retry {{ openvpn_resolv_retry }}
nobind
keepalive 5 30
comp-lzo
compress lzo
persist-key
persist-tun
verb 3
Expand Down
2 changes: 1 addition & 1 deletion templates/server.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ push "{{ opt }}"
{% endfor %}
{% endif %}
keepalive 5 30
comp-lzo
compress lzo
persist-key
persist-tun
user nobody
Expand Down

0 comments on commit 48f03b3

Please sign in to comment.