diff --git a/tasks/main.yml b/tasks/main.yml index a7e3205733c890380121c84cd61e9649d86d7e37..fa6683108a30d16398d685893801687366861051 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -11,9 +11,8 @@ - block: - - include_tasks: apache.yml + - include: apache.yml when: '"apache" not in excluded_roles and role_apache_completed is not defined' - tags: 'always' - name: 'Apache | Remember that this role had been run' set_fact: role_apache_completed=true