Role service-fastd-mesh: remove reference to old systemd timer

This commit is contained in:
Julian Labus 2019-05-21 16:56:38 +02:00
parent 1f3b87013d
commit fed89c5910
No known key found for this signature in database
GPG Key ID: 8AF209F2C6B3572A
1 changed files with 2 additions and 5 deletions

View File

@ -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: