Add missing files & finish TODO's
This commit is contained in:
parent
27a88a719f
commit
3918c63751
6 changed files with 58 additions and 6 deletions
7
roles/transip_client/handlers/main.yml
Normal file
7
roles/transip_client/handlers/main.yml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
- name: enable transip-client timer
|
||||
systemd:
|
||||
daemon-reload: yes
|
||||
name: transip-client.timer
|
||||
state: restarted
|
||||
enabled: true
|
||||
scope: user
|
||||
Reference in a new issue