diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 22:37:15 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 22:37:15 +0200 |
| commit | 3405570d59e2aaf88c80c138ae47593026a97ebe (patch) | |
| tree | 54c5726a97b6600cd63bed4bb29b586cbc22bb40 | |
| parent | b72db9de1b6a008503fab2aa3879086235bfd7ec (diff) | |
Fix playbook0.0.12
| -rw-r--r-- | ansible/deploy-playbook.yaml | 2 |
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" |
