alter order
This commit is contained in:
parent
ea9677589f
commit
e9fe5908ec
1 changed files with 2 additions and 1 deletions
|
@ -21,9 +21,10 @@
|
|||
|
||||
- name: Ensure Invidious configuration from repo is copied
|
||||
copy:
|
||||
src: "{{ invidious_folder }}/config/"
|
||||
dest: /etc/invidious_container/
|
||||
remote_src: true
|
||||
src: "{{ invidious_folder }}/config/"
|
||||
|
||||
|
||||
- name: Ensure Invidious composition is created
|
||||
template:
|
||||
|
|
Loading…
Reference in a new issue