Javanaut 10 months ago
parent 962522b974
commit fe0c078c3f

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

Loading…
Cancel
Save