aboutsummaryrefslogtreecommitdiff
path: root/deploy.yml
diff options
context:
space:
mode:
authorspmfox <spmfox@foxwd.com>2024-06-21 10:48:29 -0400
committerspmfox <spmfox@foxwd.com>2024-06-21 10:48:29 -0400
commitaef017d8c9b7d93f8bba252674613cdc40d6ae56 (patch)
tree6d55450bf017e4eef1da0b73cd70f9b85e50593c /deploy.yml
parent72bb519b5f940a330e1bb4f0d8034486ea245eda (diff)
cockpit-ws typo
Diffstat (limited to 'deploy.yml')
-rw-r--r--deploy.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy.yml b/deploy.yml
index 30ceccf..f7583ac 100644
--- a/deploy.yml
+++ b/deploy.yml
@@ -103,10 +103,10 @@
- "bootc-fetch-apply-updates.timer"
- "bootc-fetch-apply-updates.service"
- - name: Enable install container-based cockpit-ws
+ - name: 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
+ - name: Enable and start container-based Cockpit
ansible.builtin.systemd:
name: "cockpit.service"
state: "started"