Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ucegg
ansible
Commits
9e9322e7
Commit
9e9322e7
authored
Sep 12, 2019
by
julian.gethmann
Browse files
Fix escaping in MS fonts' URL
parent
dfc65b9e
Changes
1
Hide whitespace changes
Inline
Side-by-side
roles/clients/tasks/ms_fonts.yml
View file @
9e9322e7
...
...
@@ -2,7 +2,7 @@
-
name
:
install fonts
become
:
true
dnf
:
name
:
"
https://sourceforge.net/projects/mscorefonts2/files/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm/download
\
?use_mirror
\
=netcologne
\
&ts
\
=1566291689
\
&use_mirror
\
=netcologne"
name
:
"
https://sourceforge.net/projects/mscorefonts2/files/rpms/msttcore-fonts-installer-2.6-1.noarch.rpm/download?use_mirror=netcologne&ts=1566291689&use_mirror=netcologne"
state
:
installed
tags
:
fonts
when
:
ansible_distribution == "Fedora"
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