소스 검색

Fixup typos

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