Browse Source

Merge pull request #7391 from sdodson/fix-loopback-context

During master upgrade reset loopback config
Scott Dodson 7 years ago
parent
commit
2d82091eaa
1 changed files with 2 additions and 0 deletions
  1. 2 0
      roles/openshift_master/tasks/upgrade.yml

+ 2 - 0
roles/openshift_master/tasks/upgrade.yml

@@ -10,6 +10,8 @@
 
 - include_tasks: systemd_units.yml
 
+- include_tasks: set_loopback_context.yml
+
 - name: Check for ca-bundle.crt
   stat:
     path: "{{ openshift.common.config_base }}/master/ca-bundle.crt"