Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ansible
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
36
Issues
36
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
las-it-organisation
32-0-IT instructions and rules
ansible
Commits
d35c68b6
Commit
d35c68b6
authored
Jan 14, 2019
by
julian.gethmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken MS fonts link
parent
903ec772
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
16 deletions
+17
-16
roles/clients/tasks/ms_fonts.yml
roles/clients/tasks/ms_fonts.yml
+1
-1
roles/latex/tasks/KITLaTeX.yml
roles/latex/tasks/KITLaTeX.yml
+16
-15
No files found.
roles/clients/tasks/ms_fonts.yml
View file @
d35c68b6
...
...
@@ -2,7 +2,7 @@
-
name
:
install fonts
become
:
true
dnf
:
name
:
https://
downloads
.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
name
:
https://
kent.dl
.sourceforge.net/project/mscorefonts2/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm
state
:
installed
tags
:
fonts
when
:
ansible_distribution == "Fedora"
roles/latex/tasks/KITLaTeX.yml
View file @
d35c68b6
...
...
@@ -11,20 +11,20 @@
state
:
present
become
:
yes
with_items
:
-
texlive-a0poster
-
texlive-beamer
-
texlive-bophook
-
texlive-boxedminipage
-
texlive-dinbrief
-
texlive-hyperref
-
texlive-lettrine
-
texlive-mathpazo
-
texlive-rcs
-
texlive-sciposter
-
texlive-shadow
-
texlive-pgf
-
texlive-xcolor
-
"
{{
kit_tikz
}}"
-
"
texlive-a0poster"
-
"
texlive-beamer"
-
"
texlive-bophook"
-
"
texlive-boxedminipage"
-
"
texlive-dinbrief"
-
"
texlive-hyperref"
-
"
texlive-lettrine"
-
"
texlive-mathpazo"
-
"
texlive-rcs"
-
"
texlive-sciposter"
-
"
texlive-shadow"
-
"
texlive-pgf"
-
"
texlive-xcolor"
-
"
{{
kit_tikz
}}"
-
name
:
make tmpdir
tempfile
:
...
...
@@ -35,7 +35,7 @@
# This should be changed when the Arial task is working
-
name
:
clone git repo
git
:
repo
:
"
https://git.scc.kit.edu
/las-software/15-4-Utilities/KITlatex.git"
repo
:
"
git+ssh://git@git.scc.kit.edu:
/las-software/15-4-Utilities/KITlatex.git"
dest
:
"
{{
tmpdir.path
}}"
clone
:
yes
version
:
helvetica
...
...
@@ -71,6 +71,7 @@
dest
:
"
{{
texpath
}}/doc/latex/KIT"
notify
:
-
update latex
delegate_to
:
"
{{
inventory_hostname
}}"
# This should be deleted when the Arial task is working
-
name
:
hack Helvetica into KIT styles due to broken font installation
...
...
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