Skip to content

Commit

Permalink
create application network
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhanc committed Sep 3, 2020
1 parent 9dbe458 commit 6ae0ec3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/stack-sunbird/tasks/mlworkbench-service.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---

- name: Ensure application_default network exists
shell: "docker network create -d overlay application_default"

- name: Remove mlworkbench service
shell: "docker service rm mlworkbench-service"
ignore_errors: yes
Expand Down

0 comments on commit 6ae0ec3

Please sign in to comment.