Jason DeTiberus 10 سال پیش
والد
کامیت
dbb252bc04
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      playbooks/aws/openshift-cluster/launch.yml
  2. 1 1
      playbooks/gce/openshift-cluster/launch.yml

+ 1 - 1
playbooks/aws/openshift-cluster/launch.yml

@@ -7,7 +7,7 @@
   - vars.yml
   tasks:
   - fail:
-      msg: Deployment type not supported for libvirt provider yet
+      msg: Deployment type not supported for aws provider yet
     when: deployment_type == 'enterprise'
 
   - include: ../../common/openshift-cluster/set_master_launch_facts_tasks.yml

+ 1 - 1
playbooks/gce/openshift-cluster/launch.yml

@@ -6,7 +6,7 @@
   vars_files:
   - vars.yml
   tasks:
-  - fail: msg="Deployment type not supported for libvirt provider yet"
+  - fail: msg="Deployment type not supported for gce provider yet"
     when: deployment_type == 'enterprise'
 
   - include: ../../common/openshift-cluster/set_master_launch_facts_tasks.yml