Cloud VM #7
|
@ -15,6 +15,7 @@
|
|||
ansible.builtin.command: docker compose down
|
||||
args:
|
||||
chdir: "{{ user.home }}/{{ app }}"
|
||||
ignore_errors: true
|
||||
- name: Copy project
|
||||
ansible.builtin.copy:
|
||||
src: ./{{ app }}
|
||||
|
|
Loading…
Reference in New Issue