diff options
Diffstat (limited to 'roles/cockpit')
-rw-r--r-- | roles/cockpit/tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/cockpit/tasks/main.yml b/roles/cockpit/tasks/main.yml index 6e9f3a8bd..681029332 100644 --- a/roles/cockpit/tasks/main.yml +++ b/roles/cockpit/tasks/main.yml @@ -5,6 +5,7 @@ - cockpit-ws - cockpit-shell - cockpit-bridge + - cockpit-docker - "{{ cockpit_plugins }}" when: not openshift.common.is_containerized | bool @@ -13,3 +14,4 @@ name: cockpit.socket enabled: true state: started + when: not openshift.common.is_containerized | bool |