Initial commit
This commit is contained in:
7
handlers/main.yml
Normal file
7
handlers/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user