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
No known key found for this signature in database

View file

@ -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