Skip to content
Snippets Groups Projects
Commit 0dc97e67 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-inventories/arocom#3179 Add script for latex to pdf conversion

parent 6a4fac19
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
/usr/bin/docker run --rm -t -w ${PWD} -v ${PWD}:${PWD} --env HOME=${PWD} -u $(id -u ${USER}):$(id -g ${USER}) texlive/texlive latexmk -pdf -silent -xelatex $1 $2 $3 $4 $5
......@@ -98,6 +98,16 @@
group: root
mode: 0644
- name: Scripts
copy:
src: '{{ item }}'
dest: /usr/local/bin/{{ item }}
owner: root
group: root
mode: 0755
with_items:
- pdflatex
- name: Add iptables chains
iptables:
chain: '{{ item }}'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment