diff --git a/extraconfig/services/openshift-master.yaml b/extraconfig/services/openshift-master.yaml index 7d56dfdfc9..4ae8aaa102 100644 --- a/extraconfig/services/openshift-master.yaml +++ b/extraconfig/services/openshift-master.yaml @@ -371,6 +371,13 @@ outputs: # Re-run the deploy playbook to apply potential change # changes to existing nodes - include: "{{openshift_ansible_playbook_path}}" + - name: Restart masters + hosts: masters + serial: 1 + tasks: + - import_role: + name: /usr/share/ansible/openshift-ansible/roles/openshift_control_plane + tasks_from: restart.yml {% endif %} - name: set openshift command