fan: enable services if systemd

We don't have these (yet, otherwise)
This commit is contained in:
David Reuss 2016-05-19 21:23:25 +02:00
parent 2f58edd3ec
commit 760b47d12e

View file

@ -20,3 +20,4 @@
with_items:
- "cni-dhcp.socket"
- "cni-dhcp.service"
when: "{{ ansible_service_mgr == 'systemd' }}"