Sfoglia il codice sorgente

small typo in comment for vpc

Scott Collier 6 anni fa
parent
commit
c7dc68ce56
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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