|
1 | 1 | --- |
2 | | -- name: Install Chromium/Playwright system dependencies (Rocky Linux 10 / EL10 package names) |
| 2 | +- name: Install Chromium/Playwright system dependencies (RHEL-family / EL9+EL10 package names) |
3 | 3 | ansible.builtin.dnf: |
4 | 4 | name: |
5 | 5 | - alsa-lib |
|
30 | 30 | state: present |
31 | 31 | update_cache: true |
32 | 32 |
|
33 | | -- name: Record Rocky's missing Xvfb/emoji/unifont packages as a caveat, not a silent gap |
| 33 | +- name: Record this family's missing Xvfb/emoji/unifont packages as a caveat, not a silent gap |
34 | 34 | ansible.builtin.set_fact: |
35 | 35 | install_report_caveats: |
36 | 36 | browser-deps: |
37 | 37 | - >- |
38 | | - Rocky Linux 10's base+AppStream repos do not provide Xvfb, Google |
39 | | - Noto Color Emoji, or GNU Unifont (Noto Color Emoji is available via |
40 | | - EPEL, which this role deliberately does not enable, to stay close |
41 | | - to a stock install). Headless Chromium does not require Xvfb to |
42 | | - launch, so this does not block verification, but pages relying on |
43 | | - color emoji or Unifont's broad Unicode coverage may render with |
44 | | - fallback glyphs. Liberation fonts and scalable X fonts ARE |
45 | | - available here, unlike SLES's free BCI image. |
| 38 | + GNU Unifont is not available in this family's base+AppStream repos |
| 39 | + without enabling EPEL, which this role deliberately does not, to |
| 40 | + stay close to a stock install (verified on both Rocky Linux 10 and |
| 41 | + CentOS Stream 9). Xvfb and Google Noto Color Emoji availability |
| 42 | + varies by release: absent from Rocky Linux 10's repos (also |
| 43 | + EPEL-gated there), but present in CentOS Stream 9's AppStream. |
| 44 | + Headless Chromium does not require Xvfb to launch, so none of this |
| 45 | + blocks verification, but pages relying on color emoji or Unifont's |
| 46 | + broad Unicode coverage may render with fallback glyphs on Rocky. |
| 47 | + Liberation fonts and scalable X fonts ARE available on both, unlike |
| 48 | + SLES's free BCI image. |
0 commit comments