From f674c1e4b372f7d307631ce20cd2976fb35fc298 Mon Sep 17 00:00:00 2001 From: Andreas Lehr Date: Thu, 29 Oct 2020 12:03:54 +0100 Subject: [PATCH] update readme regarding ppa/official repo --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 86e6d7b..dd32f7e 100644 --- a/README.md +++ b/README.md @@ -141,10 +141,10 @@ Configures Nginx's [`log_format`](http://nginx.org/en/docs/http/ngx_http_log_mod (For Debian/Ubuntu only) Allows you to set a different repository for the installation of Nginx. As an example, if you are running Debian's wheezy release, and want to get a newer version of Nginx, you can install the `wheezy-backports` repository and set that value here, and Ansible will use that as the `-t` option while installing Nginx. - nginx_ppa_use: false - nginx_ppa_version: stable + nginx_repo_use: false + nginx_repo_mainline: false -(For Ubuntu only) Allows you to use the official Nginx PPA instead of the system's package. You can set the version to `stable` or `development`. +(For Ubuntu only) Allows you to use the official Nginx repository instead of the system's package. You can set the version to `stable` (default) or `mainline`. nginx_yum_repo_enabled: true