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"