From c2afd215e34beb69bf6e0665193ecf4d87d74e99 Mon Sep 17 00:00:00 2001 From: Nick White Date: Sat, 5 Jan 2019 12:16:04 +0000 Subject: tesstrainer role installs basic tesseract tools too, and only build and run ldconfig when necessary Use register variables and handlers to only run ldconfig and build tools when there's some need to do so. The tesseractor role is now only to be used by hosts that don't want training tools, hosts that want both should just use the tesstrainer role. --- site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site.yml') diff --git a/site.yml b/site.yml index 1bdc22d..9e0f7b9 100644 --- a/site.yml +++ b/site.yml @@ -14,7 +14,7 @@ roles: - tesseractor -- name: Configure servers for Tesseract Training +- name: Configure servers for Tesseract with training tools hosts: tesstrainers become: yes -- cgit v1.2.1-24-ge1ad