summaryrefslogtreecommitdiffstats
path: root/ansible/deploy-playbook.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ansible/deploy-playbook.yaml')
-rw-r--r--ansible/deploy-playbook.yaml2
1 files changed, 1 insertions, 1 deletions
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"