diff options
Diffstat (limited to 'ansible')
| -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" |
