From 3405570d59e2aaf88c80c138ae47593026a97ebe Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 28 Dec 2019 22:37:15 +0200 Subject: Fix playbook --- ansible/deploy-playbook.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ansible/deploy-playbook.yaml') diff --git a/ansible/deploy-playbook.yaml b/ansible/deploy-playbook.yaml index 9031a5d..80af65e 100644 --- a/ansible/deploy-playbook.yaml +++ b/ansible/deploy-playbook.yaml @@ -14,7 +14,7 @@ - name: Create app container docker_container: name: "{{ container_name }}" - image: "{{ image }}" + image: "{{ image_name }}" state: started ports: - "80:80" -- cgit v1.3