From 29a87f09c3a89c516cf6aabb2c2bfbc2d08c9194 Mon Sep 17 00:00:00 2001 From: Robert August Vincent II Date: Thu, 21 Mar 2019 08:35:34 -0400 Subject: [PATCH] Document nginx_start variable. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 170b51a..312afd7 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,10 @@ This role has multiple variables. The defaults for all these variables are the f # Default is true. nginx_enable: true +# Start NGINX service. +# Default is true. +nginx_start: true + # Print NGINX configuration file to terminal after executing playbook. nginx_debug_output: false