From 80ea5b74f97f192c5dcecdf2c8ae59c17eb0b1ba Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 28 Jan 2020 05:09:31 -0500 Subject: [PATCH] Update main.yml --- roles/httpd/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!