diff options
| author | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 23:04:55 +0200 |
|---|---|---|
| committer | Jan Tuomi <jan.tuomi@eficode.com> | 2019-12-28 23:04:55 +0200 |
| commit | 6516e563d437ab3b012dbc44aa9a50091f9c5f42 (patch) | |
| tree | 5a69fbf9e1c10d508e2f96ef319046a7ee668b8e /ansible | |
| parent | 66561b7d77610d56f2733b17b2405dd5569f1796 (diff) | |
Stuff0.0.16
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 |
