This commit is contained in:
Antonio J. Delgado 2023-02-07 17:50:33 +02:00
parent 93d56f7d74
commit 4a94017db8

View file

@ -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