From 1f0a7565ac4cde7eced771907aa20838edd03ade Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 5 Feb 2026 00:32:53 +0100 Subject: Add obsidian role install --- molecule/archlinux-gnome/converge.yml | 1 + molecule/archlinux/converge.yml | 1 + molecule/debian/converge.yml | 1 + molecule/ubuntu/converge.yml | 1 + 4 files changed, 4 insertions(+) (limited to 'molecule') diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index 18b9ccff..72912436 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -79,6 +79,7 @@ - role: "password_store" - role: "which" - role: "firefox" + - role: "obsidian" - role: "font" - role: "aur_font" - role: "alacritty" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 1371da82..c3040888 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -78,6 +78,7 @@ - role: "password_store" - role: "which" - role: "firefox" + - role: "obsidian" - role: "font" - role: "aur_font" - role: "alacritty" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index b790a9c2..aa087b87 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -89,6 +89,7 @@ - role: "password_store" - role: "which" - role: "firefox" + - role: "obsidian" - role: "font" - role: "alacritty" - role: "btop" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index 5286d675..6b5d2b16 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -78,6 +78,7 @@ - role: "password_store" - role: "which" - role: "firefox" + - role: "obsidian" - role: "font" - role: "alacritty" - role: "btop" -- cgit v1.2.3