feat(bootstrap): include system/cockpit

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-10 15:32:35 +02:00
parent fc34091749
commit 4e0bf02507
Signed by: mfocko
SSH key fingerprint: SHA256:5YXD7WbPuK60gxnG6DjAwJiS9+swoWj33/HFu8g8JVo

View file

@ -16,6 +16,11 @@
- role: system/base
become: true
# Enable Cockpit
- role: system/cockpit
become: true
tags: cockpit
# Enable Flathub repository and install configured flatpaks
- role: system/flatpak
when: ansible_distribution != "Ubuntu"