Role service-fastd-mesh: remove reference to old systemd timer
This commit is contained in:
parent
1f3b87013d
commit
fed89c5910
1 changed files with 2 additions and 5 deletions
|
@ -81,14 +81,11 @@
|
||||||
mode: 0644
|
mode: 0644
|
||||||
notify: reload systemd
|
notify: reload systemd
|
||||||
|
|
||||||
- name: configure systemd timers for fastd-mesh instance
|
- name: configure systemd timer for fastd-sync-meshkeys
|
||||||
systemd:
|
systemd:
|
||||||
name: "{{ item }}.timer"
|
name: "fastd-sync-meshkeys.timer"
|
||||||
enabled: yes
|
enabled: yes
|
||||||
state: started
|
state: started
|
||||||
loop:
|
|
||||||
- fastd-sync-meshkeys
|
|
||||||
- fastd-peer-limit-update
|
|
||||||
|
|
||||||
- name: configure systemd unit fastd@
|
- name: configure systemd unit fastd@
|
||||||
systemd:
|
systemd:
|
||||||
|
|
Loading…
Reference in a new issue