6 lines
115 B
YAML
6 lines
115 B
YAML
---
|
|
- name: Pull the containers images
|
|
shell: docker-compose pull
|
|
args:
|
|
chdir: "{{ bridge_path }}/monitor"
|