From c7b16f9f204a4e82e4bdc03ed5e44f9ad277eecc Mon Sep 17 00:00:00 2001 From: Dorian Pula Date: Thu, 26 Mar 2015 19:30:22 -0400 Subject: [PATCH] Fix documentation typos for the name of role variables in configuration. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4febbba..059512d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Example Playbook ---------------- The simplest way to include the role in your playbook is to copy the below configuration. Remember to modify the -app_name, nginx_hostname and uwsgi_app_executable parameters especially. +app_name, app_nginx_hostname and app_uwsgi_executable parameters especially. - hosts: servers sudo: yes