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
|
||||
hosts: "{{ target_host }}"
|
||||
vars:
|
||||
repo_path: "/home/{{ ansible_user }}/iac/{{ folder }}"
|
||||
repo_path: "/home/{{ ansible_user }}/iac/docker/{{ folder }}"
|
||||
tasks:
|
||||
- name: Ensure the repository is up-to-date
|
||||
shell: git pull
|
||||
|
|
Loading…
Reference in a new issue