Cloud VM: Fix media deployment (#10)
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 3m21s

Reviewed-on: #10
This commit is contained in:
2023-09-27 21:31:32 +00:00
parent 47335e40f6
commit e39f826597
4 changed files with 22 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
register: user
- name: Copy project
ansible.builtin.copy:
src: ./{{ app }}
src: "./{{ app }}"
dest: "{{ user.home }}"
mode: "0744"
- name: Re-deploy