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 80af65e..21587ad 100644 --- a/ansible/deploy-playbook.yaml +++ b/ansible/deploy-playbook.yaml @@ -8,7 +8,7 @@ tasks: - name: Pull app image docker_image: - name: "{{ container_name }}" + name: "{{ image_name }}" source: pull - name: Create app container |
