From 646dae0f9eb49b94020855a4d18b45f4560d2963 Mon Sep 17 00:00:00 2001 From: George Hunt Date: Mon, 19 Jun 2017 18:12:18 -0700 Subject: [PATCH] lynx is required for offline docs --- roles/2-common/tasks/packages.yml | 1 + roles/httpd/templates/refresh-wiki-docs.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index a29ce68b0..3a66d58fd 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -78,6 +78,7 @@ - gawk - curl - pandoc + - lynx tags: - download diff --git a/roles/httpd/templates/refresh-wiki-docs.sh b/roles/httpd/templates/refresh-wiki-docs.sh index adb4ec41c..4c59143f1 100755 --- a/roles/httpd/templates/refresh-wiki-docs.sh +++ b/roles/httpd/templates/refresh-wiki-docs.sh @@ -76,4 +76,4 @@ popd #rm -rf $OUTPUT popd - +exit 0