1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

ensure networkd-dispatcher is installed

This commit is contained in:
Jerry Vonau 2020-12-08 04:20:42 -06:00
parent bdfd2b057a
commit 8b665c787b

View file

@ -26,6 +26,12 @@
path: /etc/systemd/system/iptables.service
state: absent
- name: Install package networkd-dispatcher (OS's other than RaspOS)
package:
name: networkd-dispatcher
state: present
when: not is_raspbian
- name: Install package iptables-persistent (debuntu)
package:
name: iptables-persistent