diff options
Diffstat (limited to 'roles/cockpit/tasks')
| -rw-r--r-- | roles/cockpit/tasks/main.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/cockpit/tasks/main.yml b/roles/cockpit/tasks/main.yml index f63b3e49b..fc13afed3 100644 --- a/roles/cockpit/tasks/main.yml +++ b/roles/cockpit/tasks/main.yml @@ -12,7 +12,7 @@      - "{{ cockpit_plugins }}"    when: not openshift.common.is_containerized | bool    register: result -  until: result | success +  until: result is succeeded  - name: Enable cockpit-ws    systemd:  | 
