And another fix

master
Taha Ahmed 4 months ago
parent 3c74f16042
commit 46f9a2373a

@ -35,6 +35,12 @@ locales_xdg_dirs:
R_directory: /opt/R
texlive_directory: /usr/local/texlive
## Github and Plotly API tokens used by the R role
# GITHUB_PAT Your Github personal access token
R_GITHUB_PAT: "yoursecrettoken"
# Your Plotly API username and key
plotly_api_user: "{{ ansible_env.USER }}"
plotly_api_key: "yourapikey"
xdg_data_dir: "{{ ansible_env.HOME }}/.local/share"
xdg_desktop_entries: "{{ xdg_data_dir }}/applications"

@ -21,6 +21,10 @@
# - { role: dotkeys, tags: [ dotkeys ] }
# hid is not among public roles
# - { role: hid, tags: [ hid ] }
# - { role: eduprint-uu, tags: [ eduprint-uu ] }
# - { role: eduroam-uu, tags: [ eduroam-uu ] }
#### software
# - { role: qbittorrent, become: true, tags: [ qbittorrent ] }
post_tasks:
# record the state (commit tag) of this playbook at time of last run
@ -35,9 +39,6 @@
tags: always
# - { role: network-manager, become: true, tags: [ network-manager ] }
# - { role: eduprint-uu, tags: [ eduprint-uu ] }
# - { role: eduroam-uu, tags: [ eduroam-uu ] }
# - { role: boot-grub, become: true, tags: [ boot-grub ] }
# - { role: flatpak-remote, become: true, tags: [ flatpak-remote ] }
# - { role: fonts, become: true, tags: [ fonts ] }
@ -95,7 +96,6 @@
# # pipe-viewer contains interactive step, needs workaround
# - { role: pipe-viewer, become: true, tags: [ pipe-viewer ] }
# - { role: python3, become: true, tags: [ python3 ] }
# - { role: qbittorrent, become: true, tags: [ qbittorrent ] }
# - { role: qownnotes, become: true, tags: [ qownnotes ] }
# - { role: R, become: true, tags: [ R ] }
# - { role: radian, become: true, tags: [ radian ] }
@ -105,8 +105,6 @@
# - { role: shutter, become: true, tags: [ shutter ] }
# - { role: signal-desktop, become: true, tags: [ signal-desktop ] }
# - { role: sioyek-pdf, become: true, tags: [ sioyek-pdf ] }
# # sonixd music player
# - { role: sonixd, become: true, tags: [ sonixd ] }
# - { role: speech-to-text, become: true, tags: [ speech-to-text ] }
# - { role: thorium-reader, become: true, tags: [ thorium-reader ] }
# - { role: thunderbird, become: true, tags: [ thunderbird ] }

@ -1 +1 @@
Subproject commit 993cb5350e1eee52acfa186d800e28b883467512
Subproject commit 9892a81f71b562995b898e62aa435f2655888d7b
Loading…
Cancel
Save