Explorar o código

small typo in comment for vpc

Scott Collier %!s(int64=6) %!d(string=hai) anos
pai
achega
c7dc68ce56
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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