set-up the role
This commit is contained in:
@@ -1,2 +1,13 @@
|
||||
---
|
||||
# handlers file for ansible_role_chill
|
||||
|
||||
- name: Restart traefik
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ install_dir }}/traefik"
|
||||
state: present
|
||||
recreate: auto
|
||||
|
||||
# - name: Restart chill {{ item.chill_environment }}
|
||||
# community.docker.docker_compose_v2:
|
||||
# project_src: "{{ install_dir }}/{{ item['chill_environment'] }}"
|
||||
# state: restarted
|
||||
|
Reference in New Issue
Block a user