Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
2 changes: 1 addition & 1 deletion roles/debian/openvpn/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
- name: Use FQDN as OpenVPN server remote in client config.
ansible.builtin.lineinfile:
path: /etc/openvpn/client-template.txt
regexp: '^remote (.*) 1194$'
regexp: '^remote (.*)'
line: "remote {{ openvpn.fqdn }}"
owner: root
group: root
Expand Down