Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/baseline.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ supported Fedora version, and the playbook stops if any package cannot be
installed. The `optional` package group describes non-bootstrap workstation
tools; it does not make installation failures optional. This group includes
`uv` for Python project, environment, and package management, alongside the
`python3` and `python3-pip` bootstrap dependencies.
`python3` and `python3-pip` bootstrap dependencies. It also installs the
system-level `pandoc` command through Fedora's `pandoc-cli` package,
independently of Quarto.

Baseline retains Git as a bootstrap dependency, but no longer installs Git LFS,
Gitk, BorgBackup, Nemo, Dropbox, Vorta, or Thunderbird MCP. Use their focused
Expand Down Expand Up @@ -46,6 +48,7 @@ git config --global user.email

python3 --version
uv --version
pandoc --version

docker version
docker run --rm hello-world
Expand Down
1 change: 1 addition & 0 deletions roles/baseline/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ baseline_optional_packages:
- obs-studio
- openssh-clients
- openssh-server
- pandoc-cli
- pdfarranger
- pinentry
- poppler-utils
Expand Down
Loading