fix copy
This commit is contained in:
parent
93d56f7d74
commit
4a94017db8
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
- name: Ensure Invidious configuration file exists in host
|
- name: Ensure Invidious configuration file exists in host
|
||||||
copy:
|
copy:
|
||||||
path: /etc/invidious_container/config.yml
|
dest: /etc/invidious_container/config.yml
|
||||||
content: "{{ invidious_config | to_yaml() }}"
|
content: "{{ invidious_config | to_yaml() }}"
|
||||||
backup: true
|
backup: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue