otter: local-only config
This commit is contained in:
parent
5e456fe0b2
commit
10664f10cb
7 changed files with 120 additions and 0 deletions
5
roles/otter/handlers/main.yml
Normal file
5
roles/otter/handlers/main.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: 'restart otter'
|
||||
ansible.builtin.service:
|
||||
name: 'otter'
|
||||
state: 'restarted'
|
||||
Loading…
Add table
Add a link
Reference in a new issue