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
|
||||
notify: reload systemd
|
||||
|
||||
- name: configure systemd timers for fastd-mesh instance
|
||||
- name: configure systemd timer for fastd-sync-meshkeys
|
||||
systemd:
|
||||
name: "{{ item }}.timer"
|
||||
name: "fastd-sync-meshkeys.timer"
|
||||
enabled: yes
|
||||
state: started
|
||||
loop:
|
||||
- fastd-sync-meshkeys
|
||||
- fastd-peer-limit-update
|
||||
|
||||
- name: configure systemd unit fastd@
|
||||
systemd:
|
||||
|
|
Loading…
Reference in a new issue