Commit initial
This commit is contained in:
parent
d4ab1d3ed2
commit
f2d16aee24
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
- name: Docker-compose-up # noqa: no-changed-when
|
||||
ansible.builtin.command: docker compose up -d
|
||||
args:
|
||||
chdir: /opt/{{ docker_traefik_install_dir }}/
|
||||
chdir: "{{ docker_traefik_install_dir }}"
|
||||
|
|
Loading…
Reference in a new issue