summaryrefslogtreecommitdiffstats
path: root/ansible/deploy-playbook.yaml
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@eficode.com>2019-12-28 22:37:15 +0200
committerJan Tuomi <jan.tuomi@eficode.com>2019-12-28 22:37:15 +0200
commit3405570d59e2aaf88c80c138ae47593026a97ebe (patch)
tree54c5726a97b6600cd63bed4bb29b586cbc22bb40 /ansible/deploy-playbook.yaml
parentb72db9de1b6a008503fab2aa3879086235bfd7ec (diff)
Fix playbook0.0.12
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"