Initial commit

This commit is contained in:
n.simonov
2026-01-26 22:26:08 +04:00
commit f4f8606faa
9 changed files with 104 additions and 0 deletions

7
handlers/main.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Restart {{ role_name }} project
ansible.builtin.command: docker compose -p {{ docker_compose_project_name }} restart
args:
chdir: "{{ docker_compose_data_dir }}"
changed_when: true
when: docker_compose_definition is defined