diff --git a/roles/nginx/tasks/only_nginx.yml b/roles/nginx/tasks/only_nginx.yml index e97117913..73f9f7c7a 100644 --- a/roles/nginx/tasks/only_nginx.yml +++ b/roles/nginx/tasks/only_nginx.yml @@ -1,3 +1,7 @@ +# The ~100 lines of code below is near-identical to what's in tasks/enable.yml +# for these 6 playbooks. Any way we can consolidate / reduce duplication? + + - name: Remove symlink /etc/apache2/sites-enabled/awstats.conf command: a2dissite awstats.conf