Skip to content

Commit

Permalink
wireguard: ensure that iptables is installed
Browse files Browse the repository at this point in the history
Related to osism/issues#1149

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt committed Sep 25, 2024
1 parent 937fddc commit 8b718a1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/wireguard/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
---
- name: Install iptables package
become: true
ansible.builtin.package:
name: iptables
state: present

- name: Install wireguard package
become: true
ansible.builtin.package:
Expand Down

0 comments on commit 8b718a1

Please sign in to comment.