Skip to content

Commit

Permalink
remove --background flag to openvpn
Browse files Browse the repository at this point in the history
  • Loading branch information
cguertin14 committed Dec 16, 2024
1 parent 4c0038c commit 5ed75fe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo -n "${{ secrets.VPN_CONFIG }}" | base64 -d > config.ovpn
- name: Connect VPN
run: sudo openvpn3 session-start --dco true --config config.ovpn --background
run: sudo openvpn3 session-start --dco true --config config.ovpn

- name: Wait for a VPN connection
timeout-minutes: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ansible-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
echo -n "${{ secrets.VPN_CONFIG }}" | base64 -d > config.ovpn
- name: Connect VPN
run: sudo openvpn3 session-start --dco true --config config.ovpn --background
run: sudo openvpn3 session-start --dco true --config config.ovpn

- name: Wait for a VPN connection
timeout-minutes: 1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build a Kubernetes cluster using k3s via Ansible

Author: <https://github.com/itwars>
test

## K3s Ansible Playbook

Build a Kubernetes cluster using Ansible with k3s. The goal is easily install a Kubernetes cluster on machines running:
Expand Down

0 comments on commit 5ed75fe

Please sign in to comment.