mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
remove a few straggling references to linking fonts to the JRE
This commit is contained in:
@@ -35,7 +35,7 @@ atl_product_installation_current: "{{ atl_product_installation_base }}/current"
|
|||||||
atl_installer_temp: "{{ atl_installation_base }}/tmp"
|
atl_installer_temp: "{{ atl_installation_base }}/tmp"
|
||||||
|
|
||||||
# NOTE: If using the non-installer java we expect to have the full JDK
|
# NOTE: If using the non-installer java we expect to have the full JDK
|
||||||
# installed and linked to `/usr/lib/jvm/java` and # `/usr/lib/jvm/jre`.
|
# installed and linked to `/usr/lib/jvm/java`.
|
||||||
# See product_common/task/ubuntu.yml for an example of apropriate
|
# See product_common/task/ubuntu.yml for an example of apropriate
|
||||||
# linking using `alternatives`.
|
# linking using `alternatives`.
|
||||||
atl_java_home: "{{ '/usr/lib/jvm/java' if atl_use_system_jdk else (atl_product_installation_current + '/jre') }}"
|
atl_java_home: "{{ '/usr/lib/jvm/java' if atl_use_system_jdk else (atl_product_installation_current + '/jre') }}"
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
name:
|
name:
|
||||||
- "google-noto-*"
|
- "google-noto-*"
|
||||||
|
|
||||||
- name: Link the language fonts into the JDK/JRE
|
- name: Link the language fonts into the JDK
|
||||||
# Not idiomatic, but cleaner that messing with nested lookups...
|
# Not idiomatic, but cleaner than messing with nested lookups...
|
||||||
shell:
|
shell:
|
||||||
cmd: "ln -sf /usr/share/fonts/google-noto*/* {{ item }}/"
|
cmd: "ln -sf /usr/share/fonts/google-noto*/* {{ item }}/"
|
||||||
creates: "{{ item }}/NotoSansJavanese-Regular.ttf"
|
creates: "{{ item }}/NotoSansJavanese-Regular.ttf"
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
name:
|
name:
|
||||||
- "fonts-noto"
|
- "fonts-noto"
|
||||||
|
|
||||||
- name: Link the language fonts into the JDK/JRE
|
- name: Link the language fonts into the JDK
|
||||||
# Not idiomatic, but cleaner that messing with nested lookups...
|
# Not idiomatic, but cleaner than messing with nested lookups...
|
||||||
shell:
|
shell:
|
||||||
cmd: "ln -sf /usr/share/fonts/truetype/noto/* {{ item }}/"
|
cmd: "ln -sf /usr/share/fonts/truetype/noto/* {{ item }}/"
|
||||||
creates: "{{ item }}/NotoSansJavanese-Regular.ttf"
|
creates: "{{ item }}/NotoSansJavanese-Regular.ttf"
|
||||||
|
|||||||
Reference in New Issue
Block a user