diff --git a/tasks/main.yml b/tasks/main.yml index 6146556..e013f39 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -10,6 +10,7 @@ # Setup/install tasks. - include: "setup-{{ ansible_os_family }}.yml" + static: no # Figure out what version of Apache is installed. - name: Get installed version of Apache. @@ -30,6 +31,7 @@ # Configure Apache. - include: "configure-{{ ansible_os_family }}.yml" + static: no - name: Ensure Apache has selected state and enabled on boot. service: