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:
parent
bdfd2b057a
commit
8b665c787b
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue