Browse Source

Fixup typos

Jason DeTiberus 10 years ago
parent
commit
dbb252bc04

+ 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