Skip to content

Commit

Permalink
roles/openvpn-install-connector: fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
naisanzaa committed May 16, 2024
1 parent f24cb4e commit 0e40924
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/roles/openvpn-install-connector/tasks/Debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# Install dependencies
sudo apt update
sudo apt install curl
sudo apt install -y curl
# Install the OpenVPN repository key used by the OpenVPN packages
sudo mkdir -p /etc/apt/keyrings
Expand All @@ -41,7 +41,7 @@
sudo apt update
# Install OpenVPN Connector setup tool
sudo apt install python3-openvpn-connector-setup
sudo apt install -y python3-openvpn-connector-setup
# Enable IP forwarding
sudo sed -i 's/#net.ipv4.ip_forward=1/net.ipv4.ip_forward=1/g' /etc/sysctl.conf
Expand Down

0 comments on commit 0e40924

Please sign in to comment.