diff options
Diffstat (limited to 'roles/httpd/meta/main.yml')
-rw-r--r-- | roles/httpd/meta/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/httpd/meta/main.yml b/roles/httpd/meta/main.yml index 6b163d1..20728a9 100644 --- a/roles/httpd/meta/main.yml +++ b/roles/httpd/meta/main.yml @@ -1,3 +1,5 @@ dependencies: - role: httpd_pre tags: dependency + - role: httpd_site_healthcheck + tags: dependency |