7 lines
137 B
YAML
7 lines
137 B
YAML
---
|
|
- name: Build the containers
|
|
shell: docker-compose build
|
|
args:
|
|
chdir: "{{ bridge_path }}/ui"
|
|
when: skip_build is undefined
|