--- # Installs tesseract training files - name: Get trainings repo git: dest=/home/{{ ansible_user }}/trainings repo=https://git.rescribe.xyz/trainings become: no - name: Copy trainings shell: cp /home/{{ ansible_user }}/trainings/* /usr/local/share/tesseract-ocr/tessdata