Correction du nommage.

This commit is contained in:
William 2022-07-02 15:32:52 +02:00
parent 1335619a5f
commit fd8b5ebc41

View File

@ -1,10 +1,10 @@
---
- name: Start app
- name: Stop app
hosts: all
become: yes
tasks:
- name: Run container
- name: Stop container
community.docker.docker_compose:
project_src: "{{ working_dir }}/{{ container_name }}"
build: no