mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-12-04 18:16:51 +01:00
Compare commits
No commits in common. "1c8b05d88f7b7ab9a60ecfd99da03cc188d6250c" and "e9d50b0e268c7c8e4d49da38f42d3a734ea94ebe" have entirely different histories.
1c8b05d88f
...
e9d50b0e26
@ -9,6 +9,7 @@ The `main.yml` file within the `pc-office` role comprises tasks for installing a
|
||||
1. **Install Office Software**:
|
||||
- The role utilizes the `community.general.pacman` module to install the following software packages:
|
||||
- `chromium`: A free and open-source web browser.
|
||||
- `shutter`: A feature-rich screenshot tool.
|
||||
- `thunderbird`: A free and open-source email client, news client, RSS, and chat client.
|
||||
- `calibre`: An e-book management software.
|
||||
- `retext`: A simple but powerful editor for Markdown and reStructuredText.
|
||||
|
@ -2,6 +2,7 @@
|
||||
community.general.pacman:
|
||||
name:
|
||||
- chromium
|
||||
- shutter
|
||||
- thunderbird
|
||||
- calibre
|
||||
- retext
|
||||
|
Loading…
Reference in New Issue
Block a user