This repository has been archived on 2025-05-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
transip-client-ansible/handlers.yml

7 lines
155 B
YAML

- name: enable transip-client timer
become: true
systemd:
daemon-reload: yes
name: transip-client.timer
state: restarted
enabled: true