feat(bootstrap): include system/cockpit
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
fc34091749
commit
4e0bf02507
1 changed files with 5 additions and 0 deletions
|
@ -16,6 +16,11 @@
|
||||||
- role: system/base
|
- role: system/base
|
||||||
become: true
|
become: true
|
||||||
|
|
||||||
|
# Enable Cockpit
|
||||||
|
- role: system/cockpit
|
||||||
|
become: true
|
||||||
|
tags: cockpit
|
||||||
|
|
||||||
# Enable Flathub repository and install configured flatpaks
|
# Enable Flathub repository and install configured flatpaks
|
||||||
- role: system/flatpak
|
- role: system/flatpak
|
||||||
when: ansible_distribution != "Ubuntu"
|
when: ansible_distribution != "Ubuntu"
|
||||||
|
|
Loading…
Reference in a new issue