From 3616d51167d31d6e4c9c08a1ebf65127eb57be56 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 7 Jul 2024 17:39:42 +0200 Subject: [PATCH] fix(bootstrap): do not install flatpak for Ubuntu Signed-off-by: Matej Focko --- playbooks/bootstrap.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/bootstrap.yml b/playbooks/bootstrap.yml index 34710cb..8569b78 100644 --- a/playbooks/bootstrap.yml +++ b/playbooks/bootstrap.yml @@ -18,6 +18,7 @@ # Enable Flathub repository and install configured flatpaks - role: system/flatpak + when: ansible_distribution != "Ubuntu" tags: flatpak # Install Podman and configure UIDs/GIDs for rootless usage