mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 01:43:06 -06:00
Merged in ITPLT-4441-fix-noto-fonts-install (pull request #225)
ITPLT-4441 install google-noto-fonts-all metapackage instead of wildcard on package name Approved-by: Glenn Stewart
This commit is contained in:
@@ -1,9 +1,15 @@
|
|||||||
---
|
---
|
||||||
|
|
||||||
- name: Install Google Noto fonts for language coverage
|
- name: Install Google Noto fonts for language coverage
|
||||||
|
block:
|
||||||
|
- name: Try to install google-noto-fonts-all package
|
||||||
ansible.builtin.dnf:
|
ansible.builtin.dnf:
|
||||||
name:
|
name:
|
||||||
- "google-noto-*"
|
- "google-noto-fonts-all"
|
||||||
|
rescue:
|
||||||
|
- name: Install individual google-noto packages if meta package not available
|
||||||
|
ansible.builtin.dnf:
|
||||||
|
name: "google-noto-*"
|
||||||
|
|
||||||
- name: Link the language fonts into the JDK
|
- name: Link the language fonts into the JDK
|
||||||
# Not idiomatic, but cleaner than messing with nested lookups...
|
# Not idiomatic, but cleaner than messing with nested lookups...
|
||||||
|
|||||||
Reference in New Issue
Block a user