Correction du nommage.
This commit is contained in:
parent
1335619a5f
commit
fd8b5ebc41
@ -1,10 +1,10 @@
|
|||||||
---
|
---
|
||||||
- name: Start app
|
- name: Stop app
|
||||||
hosts: all
|
hosts: all
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Run container
|
- name: Stop container
|
||||||
community.docker.docker_compose:
|
community.docker.docker_compose:
|
||||||
project_src: "{{ working_dir }}/{{ container_name }}"
|
project_src: "{{ working_dir }}/{{ container_name }}"
|
||||||
build: no
|
build: no
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user