Begin migration to v2 Step 2
This commit is contained in:
parent
b91292576f
commit
a7140e5a84
37 changed files with 19 additions and 74 deletions
|
@ -12,7 +12,6 @@
|
|||
loop:
|
||||
- { src: 'docker-compose.yml', dest: 'docker-compose.yml' }
|
||||
- { src: 'config/traefik.yml', dest: 'config/traefik.yml' }
|
||||
register: traefik_copy_templates_results
|
||||
|
||||
# Avoid restart docker if dynamic_conf updated
|
||||
- name: Copy dynamic_conf conf
|
||||
|
@ -25,5 +24,4 @@
|
|||
project_src: traefik
|
||||
state: present
|
||||
pull: always
|
||||
restarted: "{{ traefik_copy_templates_results.changed }}"
|
||||
become: true
|
Loading…
Add table
Add a link
Reference in a new issue