aboutsummaryrefslogtreecommitdiff
path: root/deploy.yml
diff options
context:
space:
mode:
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"