any.software.monica-podman: add role
This commit is contained in:
parent
744568e446
commit
13d834a316
8 changed files with 169 additions and 0 deletions
16
roles/any.software.monica-podman/handlers/main.yml
Normal file
16
roles/any.software.monica-podman/handlers/main.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
---
|
||||
- name: 'restart monica'
|
||||
ansible.builtin.systemd_service:
|
||||
name: 'monica-app'
|
||||
state: 'restarted'
|
||||
|
||||
scope: 'user'
|
||||
daemon_reload: true
|
||||
|
||||
- name: 'restart mariadb'
|
||||
ansible.builtin.systemd_service:
|
||||
name: 'monica-mariadb'
|
||||
state: 'restarted'
|
||||
|
||||
scope: 'user'
|
||||
daemon_reload: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue