From 74bf520a2055de9273d98672888f480084288cdb Mon Sep 17 00:00:00 2001 From: A Holt Date: Sun, 12 Jan 2020 14:20:35 -0500 Subject: [PATCH] Typo in explanation @ nginx/tasks/only_nginx.yml --- roles/nginx/tasks/only_nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nginx/tasks/only_nginx.yml b/roles/nginx/tasks/only_nginx.yml index 73f9f7c7a..47bc76e99 100644 --- a/roles/nginx/tasks/only_nginx.yml +++ b/roles/nginx/tasks/only_nginx.yml @@ -1,4 +1,4 @@ -# The ~100 lines of code below is near-identical to what's in tasks/enable.yml +# The ~100 lines of code below are near-identical to what's in tasks/enable.yml # for these 6 playbooks. Any way we can consolidate / reduce duplication?