Merge pull request #119 from etcet/master

Reference the correct variable name in comment
This commit is contained in:
Grzegorz Dzien 2019-04-10 15:07:47 +01:00 committed by GitHub
commit e2ec4f6969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -193,7 +193,7 @@ nginx_install_from: nginx_repository
nginx_signing_key: http://nginx.org/keys/nginx_signing.key nginx_signing_key: http://nginx.org/keys/nginx_signing.key
# Specify source repository for NGINX Open Source. # Specify source repository for NGINX Open Source.
# Only works if 'install_from' is set to 'nginx_repository'. # Only works if 'nginx_install_from' is set to 'nginx_repository'.
# Defaults are the official NGINX repositories. # Defaults are the official NGINX repositories.
nginx_repository: nginx_repository:
debian: debian:
@ -206,7 +206,7 @@ nginx_repository:
# Specify which branch of NGINX Open Source you want to install. # Specify which branch of NGINX Open Source you want to install.
# Options are 'mainline' or 'stable'. # Options are 'mainline' or 'stable'.
# Only works if 'install_from' is set to 'nginx_repository'. # Only works if 'nginx_install_from' is set to 'nginx_repository'.
# Default is mainline. # Default is mainline.
nginx_branch: mainline nginx_branch: mainline