unwind: Initial version of role
This commit is contained in:
parent
e02e45c8a6
commit
9696f406ce
3 changed files with 30 additions and 0 deletions
5
roles/unwind/handlers/main.yml
Normal file
5
roles/unwind/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart unwind
|
||||
ansible.builtin.service:
|
||||
name: unwind
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue