diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 00bdaf052..945c3e7d4 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -2,7 +2,7 @@ # - Validate input vars apache_install & apache_enabled here. # - Use as nec, with 'when: apache_installed is undefined' # - Encapsulate all 3 tasks below into httpd/roles/install.yml ? -# - Similarly sanity-check httpd/roles/enable.yml... +# - Similarly sanity-check httpd/roles/enable.yml or httpd/roles/enable-or-disable.yml... # - Verify that 9-local-addons/tasks/main.yml's invocation of # roles/httpd/tasks/enable.yml (via roles/httpd-enable/tasks/main.yml, if # apache_enabled is True) does the right thing!