summaryrefslogtreecommitdiffstats
path: root/ansible
diff options
context:
space:
mode:
Diffstat (limited to 'ansible')
-rw-r--r--ansible/deploy-playbook.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/deploy-playbook.yaml b/ansible/deploy-playbook.yaml
index 21b8ea1..a0ef209 100644
--- a/ansible/deploy-playbook.yaml
+++ b/ansible/deploy-playbook.yaml
@@ -26,7 +26,6 @@
- name: Stop running container
docker_container:
name: "{{ container_name }}"
- image: "{{ image_name }}"
state: absent
- name: Create app container