From a657da36c63aed5ab7318f00650e7664400bbd73 Mon Sep 17 00:00:00 2001 From: Nick White Date: Fri, 13 Dec 2019 18:21:13 +0000 Subject: Fix up training deploy script, and fix README --- README | 2 +- roles/tesseractor/tasks/training.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index cc9c8ec..f74d5c2 100644 --- a/README +++ b/README @@ -17,7 +17,7 @@ To create a fresh pipeliner image: lspipeline - Update the ansible_host variable with the public IP of the new instance: - rescribe/2018/ansible/host_vars/pipeliner + rescribe/2018/ansible/host_vars/pipelineami - Run ansible: ansible-playbook -i hosts pipeliner.yml diff --git a/roles/tesseractor/tasks/training.yml b/roles/tesseractor/tasks/training.yml index c9e9315..df6e0cd 100644 --- a/roles/tesseractor/tasks/training.yml +++ b/roles/tesseractor/tasks/training.yml @@ -6,4 +6,4 @@ become: no - name: Copy trainings - copy: src=/home/{{ ansible_user }}/trainings/ dest=/usr/local/share/tesseract-ocr/tessdata + shell: cp /home/{{ ansible_user }}/trainings/* /usr/local/share/tesseract-ocr/tessdata -- cgit v1.2.1-24-ge1ad