Browse Source

Merge pull request #9930 from mtnbikenc/fix-cockpit

Fix issue with cockpit package list
OpenShift Merge Robot 6 years ago
parent
commit
fbfd5a148c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      roles/cockpit/tasks/main.yml

+ 1 - 1
roles/cockpit/tasks/main.yml

@@ -12,7 +12,7 @@
     - cockpit-system
     - cockpit-bridge
     - cockpit-docker
-    - "{{ cockpit_plugins }}"
+    - "{{ cockpit_plugins | join(',') }}"
   when: not openshift_is_atomic | bool
   register: result
   until: result is succeeded