Update ansible/playbooks/deploy-docker.yml
This commit is contained in:
parent
0807cd4e6f
commit
7bca24ef86
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
- name: Deploy application
|
- name: Deploy application
|
||||||
hosts: "{{ target_host }}"
|
hosts: "{{ target_host }}"
|
||||||
vars:
|
vars:
|
||||||
repo_path: "/home/{{ ansible_user }}/iac/{{ folder }}"
|
repo_path: "/home/{{ ansible_user }}/iac/docker/{{ folder }}"
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure the repository is up-to-date
|
- name: Ensure the repository is up-to-date
|
||||||
shell: git pull
|
shell: git pull
|
||||||
|
|
Loading…
Reference in a new issue