소스 검색

small typo in comment for vpc

Scott Collier 6 년 전
부모
커밋
c7dc68ce56
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      roles/openshift_aws/tasks/vpc_and_subnet_id.yml

+ 1 - 1
roles/openshift_aws/tasks/vpc_and_subnet_id.yml

@@ -6,7 +6,7 @@
       'tag:Name': "{{ openshift_aws_vpc_name }}"
   register: vpcout
 
-- name: debug vcpout
+- name: debug vpcout
   debug:
     var: vpcout
     verbosity: 1