add recipya setup
This commit is contained in:
parent
957000d3c2
commit
c4c5ab0e2a
7 changed files with 109 additions and 0 deletions
8
roles/any.software.recipya-podman/handlers/main.yml
Normal file
8
roles/any.software.recipya-podman/handlers/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: 'restart recipya'
|
||||
ansible.builtin.systemd_service:
|
||||
name: 'recipya'
|
||||
state: 'restarted'
|
||||
|
||||
scope: 'user'
|
||||
daemon_reload: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue