No blank space here
All checks were successful
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
Mathieu Gauthier-Pilote 2023-12-14 13:43:17 -05:00
parent 6e97ce5066
commit 20aee59099

View file

@ -12,7 +12,7 @@
register: videos
- name: Move videos to web-videos (needed when upgrading to version 6)
command: "mv {{ service_home }}/storage/videos/ {{ service_home }}/storage/web-videos/"
command: "mv {{ service_home }}/storage/videos/{{ service_home }}/storage/web-videos/"
when: videos.stat.exists
become_user: "{{ service }}"