Repository URL to install this package:
--- # handlers file for roles/systemd/service - name: reload systemd service: name: "{{ systemd_service_name }}" state: restarted when: not ansible_unit_test become: yes