From 4e0bf02507dbf6fdf083765a4276e022d9cf2738 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Wed, 10 Jul 2024 15:32:35 +0200 Subject: [PATCH] feat(bootstrap): include system/cockpit Signed-off-by: Matej Focko --- playbooks/bootstrap.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/playbooks/bootstrap.yml b/playbooks/bootstrap.yml index 8569b78..e776fcc 100644 --- a/playbooks/bootstrap.yml +++ b/playbooks/bootstrap.yml @@ -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"