From 72bb519b5f940a330e1bb4f0d8034486ea245eda Mon Sep 17 00:00:00 2001 From: spmfox Date: Fri, 21 Jun 2024 10:46:47 -0400 Subject: using containerized cockpit-ws to resolve the cockpit not installing on bootc --- deploy.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'deploy.yml') diff --git a/deploy.yml b/deploy.yml index 5e04f7e..30ceccf 100644 --- a/deploy.yml +++ b/deploy.yml @@ -102,6 +102,15 @@ loop: - "bootc-fetch-apply-updates.timer" - "bootc-fetch-apply-updates.service" + + - name: Enable install container-based cockpit-ws + ansible.builtin.shell: "podman container runlabel INSTALL quay.io/cockpit/ws systemctl enable cockpit.service" + + - name: Start container-based Cockpit + ansible.builtin.systemd: + name: "cockpit.service" + state: "started" + enabled: true vars: ansible_user: "root" tags: configure -- cgit