diff options
| author | spmfox <spmfox@foxwd.com> | 2024-06-21 10:46:47 -0400 |
|---|---|---|
| committer | spmfox <spmfox@foxwd.com> | 2024-06-21 10:46:47 -0400 |
| commit | 72bb519b5f940a330e1bb4f0d8034486ea245eda (patch) | |
| tree | 5e4900f45b9e2318fe9f028ffeb2afddfa1a66e7 /deploy.yml | |
| parent | f0131fb6a437a1f29c08d0b82f82d697e19f287e (diff) | |
using containerized cockpit-ws to resolve the cockpit not installing on bootc
Diffstat (limited to 'deploy.yml')
| -rw-r--r-- | deploy.yml | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |
