# platform = multi_platform_all
# reboot = false
# strategy = enable
# complexity = low
# disruption = low
- name: Enable service %SERVICENAME%
  service:
    name="{{item}}"
    enabled="yes"
    state="started"
  with_items:
    - %DAEMONNAME%
  tags:
    @ANSIBLE_TAGS@

