mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
wording
This commit is contained in:
parent
41728b6444
commit
14b6fa624e
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
- name: Install dnsmasq -- configure LATER in 'network', after Stage 9
|
- 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)
|
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:
|
package:
|
||||||
name: networkd-dispatcher # 15kB download: Dispatcher service for systemd-networkd connection status changes
|
name: networkd-dispatcher # 15kB download: Dispatcher service for systemd-networkd connection status changes
|
||||||
state: present
|
state: present
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
enabled: yes
|
enabled: yes
|
||||||
masked: no
|
masked: no
|
||||||
|
|
||||||
- name: Enable & Restart networkd-dispatcher.service
|
- name: Enable & Restart networkd-dispatcher.service except for LinuxMint
|
||||||
systemd:
|
systemd:
|
||||||
name: networkd-dispatcher
|
name: networkd-dispatcher
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
Loading…
Reference in a new issue