Explorar o código

Merge pull request #6550 from mbarnes/aws_provisioning_vars_example

Automatic merge from submit-queue.

aws: Fix misnamed variable in provisioning_vars.yml.example

This typo (?) in `provisioning_vars.yml.example` tripped me up while trying to run `provision_install.yml` using a configuration based on the example file.
OpenShift Merge Robot %!s(int64=7) %!d(string=hai) anos
pai
achega
2c8ad8c97c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      playbooks/aws/provisioning_vars.yml.example

+ 1 - 1
playbooks/aws/provisioning_vars.yml.example

@@ -46,7 +46,7 @@ openshift_pkg_version: # -3.7.0
 
 # Name of the subnet in the vpc to use.  Needs to be set if using a pre-existing
 # vpc + subnet.
-#openshift_aws_subnet_name:
+#openshift_aws_subnet_az:
 
 # -------------- #
 # Security Group #