diff options
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades')
| -rw-r--r-- | playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml index 6a0471948..abcd21c90 100644 --- a/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml +++ b/playbooks/common/openshift-cluster/upgrades/upgrade_control_plane.yml @@ -91,6 +91,9 @@    - include_vars: ../../../../roles/openshift_master/vars/main.yml +  - name: Remove any legacy systemd units +    include: ../../../../roles/openshift_master/tasks/clean_systemd_units.yml +    - name: Update systemd units      include: ../../../../roles/openshift_master/tasks/systemd_units.yml | 
