updated ansible for lightning-lane
This commit is contained in:
8
ansible/roles/traefik/handlers/main.yml
Normal file
8
ansible/roles/traefik/handlers/main.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
# ------------------------------------------------------------------------------
|
||||
# FILE: roles/traefik/handlers/main.yml
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
- name: restart traefik
|
||||
community.docker.docker_compose_v2:
|
||||
project_src: "{{ traefik_base_dir }}"
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user