fix(bootstrap): do not install flatpak for Ubuntu

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-07 17:39:42 +02:00
parent 0d9cdb85e7
commit 3616d51167
Signed by: mfocko
SSH key fingerprint: SHA256:5YXD7WbPuK60gxnG6DjAwJiS9+swoWj33/HFu8g8JVo

View file

@ -18,6 +18,7 @@
# Enable Flathub repository and install configured flatpaks # Enable Flathub repository and install configured flatpaks
- role: system/flatpak - role: system/flatpak
when: ansible_distribution != "Ubuntu"
tags: flatpak tags: flatpak
# Install Podman and configure UIDs/GIDs for rootless usage # Install Podman and configure UIDs/GIDs for rootless usage