1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00
This commit is contained in:
Jerry Vonau 2022-07-23 13:52:38 -05:00
parent 41728b6444
commit 14b6fa624e
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
- name: Install dnsmasq -- configure LATER in 'network', after Stage 9
include_tasks: roles/network/tasks/dnsmasq.yml # Invoked by 1-prep (so full path needed)
- name: Install package networkd-dispatcher (OS's other than RasPiOS)
- name: Install package networkd-dispatcher (OS's other than RasPiOS and LinuxMint)
package:
name: networkd-dispatcher # 15kB download: Dispatcher service for systemd-networkd connection status changes
state: present

View file

@ -71,7 +71,7 @@
enabled: yes
masked: no
- name: Enable & Restart networkd-dispatcher.service
- name: Enable & Restart networkd-dispatcher.service except for LinuxMint
systemd:
name: networkd-dispatcher
state: restarted