fix(bootstrap): do not install flatpak for Ubuntu
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
0d9cdb85e7
commit
3616d51167
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue