Browse Source

Merge pull request #8768 from mtnbikenc/fix-1591186

Bug 1591186 - Skip version and sanity checks for openshift_node_group.yml
OpenShift Merge Robot 6 years ago
parent
commit
3edcd25116
1 changed files with 2 additions and 1 deletions
  1. 2 1
      playbooks/openshift-master/openshift_node_group.yml

+ 2 - 1
playbooks/openshift-master/openshift_node_group.yml

@@ -2,7 +2,8 @@
 - import_playbook: ../init/main.yml
   vars:
     l_init_fact_hosts: "oo_masters_to_config"
+    l_openshift_version_determine_hosts: "all:!all"
     l_openshift_version_set_hosts: "all:!all"
-    l_sanity_check_hosts: "{{ groups['oo_masters_to_config'] }}"
+    skip_sanity_checks: True
 
 - import_playbook: private/openshift_node_group.yml