tokenbridge/deployment/roles/ui/tasks/jumpbox.yml
2020-12-20 01:15:46 +03:00

7 lines
137 B
YAML

---
- name: Build the containers
shell: docker-compose build
args:
chdir: "{{ bridge_path }}/ui"
when: skip_build is undefined