add iptable install for debian (fot wiregaurd)
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
vincent 2023-10-29 15:38:24 +01:00
parent ed665c03da
commit 6b9d15fd17

View File

@ -94,6 +94,12 @@
name: inetutils
when: ansible_os_family == "Archlinux"
- name: Iptable install
ansible.builtin.package:
state: present
name: iptables
when: ansible_os_family == "Debian"
- name: Sudoers install
ansible.builtin.package:
state: present