Skip to content

Commit 865f61c

Browse files
authored
Merge pull request #65 from brasky/bryden
Re-add docker kill.
2 parents 00106c5 + 7370a01 commit 865f61c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

roles/common/tasks/docker.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
tags:
6363
- docker
6464

65-
# sudo usermod -aG docker ubuntu
65+
# sudo usermod -aG docker ubuntussh
6666
- name: Add user to "docker" group
6767
user:
6868
name: "{{ item }}"
@@ -84,7 +84,7 @@
8484
- docker
8585

8686
#stop all containers, that way when challenges are discontinued they stop running after the next deploy
87-
# - name: Kill All Containers
88-
# ignore_errors: yes
89-
# shell: |
90-
# docker kill $(docker ps -q)
87+
- name: Kill All Containers
88+
ignore_errors: yes
89+
shell: |
90+
docker kill $(docker ps -q)

0 commit comments

Comments
 (0)