This commit is contained in:
2024-12-15 17:15:38 +01:00
parent 962522b974
commit fe0c078c3f

View File

@@ -87,7 +87,7 @@
path: "{{ ffxHomeDirectory }}/.bashrc"
insertbefore: BOF
line: >-
export TMDB_API_KEY="<TMDB API token>"
export TMDB_API_KEY="{{ ffxTmdbApiKey | default('<TMDB API key>') }}"
- name: Add ffx alias to .bashrc
become: true