Ansible deployed via boilerplates and playbooks
This commit is contained in:
7
ansible/playbooks/roles/semaphore/handlers/main.yml
Normal file
7
ansible/playbooks/roles/semaphore/handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
# file: roles/semaphore/handlers/main.yml
|
||||
|
||||
- name: Restart Semaphore
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ semaphore_compose_dir }}"
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user