Skip to content

Commit 965c010

Browse files
author
Christopher M. Neill
committed
Removing spurious comment.
1 parent e07f3fc commit 965c010

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • ansible/roles/container_kill_start/tasks

ansible/roles/container_kill_start/tasks/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
- name: "look for stopped {{ container_image }} containers"
32
shell: >
43
sudo docker ps -a |
@@ -13,7 +12,6 @@
1312
shell: sudo docker rm {{ item }}
1413
with_items: stopped_containers.stdout_lines
1514

16-
# copy findTagRunning.sh
1715
- name: "copy find running containers with this image tag util script"
1816
sudo: yes
1917
copy:

0 commit comments

Comments
 (0)