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?