diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-02-22 00:55:37 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-02-22 00:57:26 +0100 |
| commit | 3bc383107eb4ff6c6ad03f6b09aa259e8e7ee83b (patch) | |
| tree | eda9cd678167655bc5a4761a483b72b6eb0aef2c /group_vars | |
| parent | a17ff4799f0d1761b4c5d680946a5730015cb79e (diff) | |
Fix versions and installing of obsidian on debian
This also fixes the testing of xdg-settings, since the display isn't set
on CI it has to be set to false to avoid getting the CI upset
Diffstat (limited to 'group_vars')
| -rw-r--r-- | group_vars/all.yml | bin | 4326 -> 4548 bytes | |||
| -rw-r--r-- | group_vars/all.yml.example | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/group_vars/all.yml b/group_vars/all.yml Binary files differindex cba875ac..26247f9f 100644 --- a/group_vars/all.yml +++ b/group_vars/all.yml diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index cc323a1f..d9cab57a 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -58,7 +58,7 @@ vimrc_setup_script: | vim -E -s -u ~/.vimrc +PlugInstall +qall chromium_is_default: false -firefox_is_default: true +firefox_is_default: false wireguard_autostart_connection: "vpn0" wireguard_connections: |
