Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
aea39476
Commit
aea39476
authored
Jan 10, 2019
by
julian.gethmann
Browse files
Fix LaTeX's role ansible syntax issue
parent
af97489a
Changes
2
Hide whitespace changes
Inline
Side-by-side
roles/latex/tasks/KITLaTeX.yml
View file @
aea39476
...
...
@@ -50,14 +50,12 @@
-
name
:
copy tex files
become
:
yes
copy
:
src
:
"
{{
item
}}"
dest
:
"
{{
texpath
}}/tex/latex/KIT/"
remote_src
:
yes
synchronize
:
src
:
"
{{
tmpdir.path
}}/tex/latex/KIT"
dest
:
"
{{
texpath
}}/tex/latex/KIT"
notify
:
-
update latex
with_fileglob
:
-
"
{{
tmpdir.path
}}/tex/latex/KIT/*"
delegate_to
:
"
{{
inventory_hostname
}}"
-
name
:
create doc dir
become
:
yes
...
...
@@ -67,14 +65,11 @@
-
name
:
copy pdf files
become
:
yes
copy
:
src
:
"
{{
item
}}"
dest
:
"
{{
texpath
}}/doc/latex/KIT/"
remote_src
:
yes
synchronize
:
src
:
"
{{
tmpdir.path
}}/doc/latex/KIT"
dest
:
"
{{
texpath
}}/doc/latex/KIT"
notify
:
-
update latex
with_fileglob
:
-
"
{{
tmpdir.path
}}/doc/latex/KIT/*"
# This should be deleted when the Arial task is working
-
name
:
hack Helvetica into KIT styles due to broken font installation
...
...
sites.yml
View file @
aea39476
...
...
@@ -37,7 +37,10 @@
tags
:
epics
-
name
:
Example playbook sending mail to root
mail
:
subject
:
System {{ ansible_hostname }} has been successfully provisioned.
to
:
Julian Gethmann <gethmann@kit.edu>
delegate_to
:
localhost
hosts
:
all
tasks
:
-
name
:
send mail to me
mail
:
subject
:
System {{ ansible_hostname }} has been successfully provisioned.
to
:
Julian Gethmann <gethmann@kit.edu>
delegate_to
:
localhost
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment