Skip to content

Commit 1fb7a77

Browse files
author
Christopher M. Neill
committed
last(?) commit
1 parent a037a69 commit 1fb7a77

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

ansible/roles/builder/tasks/main.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,3 @@
2929
- name: push docker image
3030
when: not do_not_push
3131
command: sudo docker push {{ container_image }}:{{ container_tag }}
32-
33-
- name: show current docker ps
34-
command: sudo docker ps

ansible/roles/container_kill_start/tasks/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
# get current running container with this image
2525
- name: "look for running containers running {{ container_image }}"
26-
#shell: "sudo docker ps | grep -v '^CONTAINER' | awk '{print $1,$2}' | grep -e {{ container_image }} -v -e ':'|awk -F' ' '{print $1}'"
2726
sudo: yes
2827
shell: "/root/findTagRunning.sh {{ container_image }}"
2928
register: old_containers_id

0 commit comments

Comments
 (0)