- name: install tankz systemd unit file template: src=template/tankz.j2 dest=/etc/systemd/system/tankz.service - name: start tankz systemd: state=started name=tankz daemon_reload=yes