We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0807cd4 commit 7bca24eCopy full SHA for 7bca24e
ansible/playbooks/deploy-docker.yml
@@ -2,7 +2,7 @@
2
- name: Deploy application
3
hosts: "{{ target_host }}"
4
vars:
5
- repo_path: "/home/{{ ansible_user }}/iac/{{ folder }}"
+ repo_path: "/home/{{ ansible_user }}/iac/docker/{{ folder }}"
6
tasks:
7
- name: Ensure the repository is up-to-date
8
shell: git pull
0 commit comments