Comment not safe changement
This commit is contained in:
parent
6dcef5cbbb
commit
ba37728d72
2 changed files with 7 additions and 7 deletions
|
@ -5,6 +5,6 @@
|
||||||
containers: true
|
containers: true
|
||||||
images: true
|
images: true
|
||||||
networks: true
|
networks: true
|
||||||
volumes: true
|
# volumes: true
|
||||||
builder_cache: true
|
builder_cache: true
|
||||||
become: yes
|
become: yes
|
|
@ -19,9 +19,9 @@
|
||||||
src: "config/dynamic_conf.yml"
|
src: "config/dynamic_conf.yml"
|
||||||
dest: "traefik/config/dynamic_conf.yml"
|
dest: "traefik/config/dynamic_conf.yml"
|
||||||
|
|
||||||
- name: Update and restart container
|
# - name: Update and restart container
|
||||||
community.docker.docker_compose_v2:
|
# community.docker.docker_compose_v2:
|
||||||
project_src: traefik
|
# project_src: traefik
|
||||||
state: present
|
# state: present
|
||||||
pull: always
|
# pull: always
|
||||||
become: true
|
# become: true
|
Loading…
Reference in a new issue