chore: add new role for OpnForm
This commit is contained in:
parent
14c81657d7
commit
eb51b6a054
10 changed files with 600 additions and 0 deletions
8
roles/OpnForm/handlers/main.yml
Normal file
8
roles/OpnForm/handlers/main.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#SPDX-License-Identifier: MIT-0
|
||||
---
|
||||
# handlers file for opnform
|
||||
|
||||
- name: restart opnform
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ opnform_docker_compose_dir }}"
|
||||
state: restarted
|
||||
Loading…
Add table
Add a link
Reference in a new issue