From c9178ee72fb416c4e975f55ead4a524bba259661 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 28 Sep 2017 19:14:54 -0500 Subject: [PATCH] add home-page as a tag --- roles/httpd/tasks/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/httpd/tasks/main.yml b/roles/httpd/tasks/main.yml index 9cd6e108c..e3e91970a 100644 --- a/roles/httpd/tasks/main.yml +++ b/roles/httpd/tasks/main.yml @@ -147,6 +147,9 @@ - base - include: home-page.yml + tags: + - base + - home-page - name: place the script to generate home pages template: src=refresh-wiki-docs.sh