Skip to content

Commit 7370a01

Browse files
author
Bryden Robertson
committed
Re-add docker kill.
1 parent d5beeb9 commit 7370a01

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)