ho-ansible / tinc

Ansible role: mesh-based VPN
MIT License
1 stars 0 forks source link

systemd daemon-reload on unit change #11

Closed seanho00 closed 6 years ago

seanho00 commented 6 years ago

tasks/common.yml modifies systemd unit files (tinc.service and tinc@.service). If we don't call systemctl daemon-reload, systemd might not pick up the changes.

http://docs.ansible.com/ansible/latest/modules/systemd_module.html