Skip to content

Commit 7ffb0d1

Browse files
[~] Remove additional packages from install script; they might not be needed anymore
1 parent 222c82a commit 7ffb0d1

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

roles/lib/tasks/install_puppeteer.yml

Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
- block:
22
# install libs needed for nuget package PuppeteerSharp
3-
- name: Define core packages
4-
set_fact:
5-
core_packages:
6-
- ca-certificates
7-
- fonts-liberation
8-
- libappindicator3-1
9-
- libatk-bridge2.0-0
10-
- libatk1.0-0
11-
- libcups2
12-
- libdbus-1-3
13-
- libdrm2
14-
- libgbm1
15-
- libnspr4
16-
- libnss3
17-
- libx11-xcb1
18-
- libxcomposite1
19-
- libxdamage1
20-
- libxrandr2
21-
- xdg-utils
22-
23-
- name: Define default platform-specific library names
24-
set_fact:
25-
glib_library: libglib2.0-0
26-
sound_library: libasound2
27-
28-
- name: Define new library names based on newer OS versions
29-
set_fact:
30-
glib_library: libglib2.0-0t64
31-
sound_library: libasound2t64
32-
when: >
33-
ansible_facts['distribution'] == "Ubuntu" and ansible_facts['distribution_version'] | float >= 24.04
34-
or ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_version'] | float >= 13
35-
or ansible_facts['distribution'] == "Debian" and ansible_lsb.codename == "trixie"
3+
# - name: Define core packages
4+
# set_fact:
5+
# core_packages:
6+
# - ca-certificates
7+
# - fonts-liberation
8+
# - libappindicator3-1
9+
# - libatk-bridge2.0-0
10+
# - libatk1.0-0
11+
# - libcups2
12+
# - libdbus-1-3
13+
# - libdrm2
14+
# - libgbm1
15+
# - libnspr4
16+
# - libnss3
17+
# - libx11-xcb1
18+
# - libxcomposite1
19+
# - libxdamage1
20+
# - libxrandr2
21+
# - xdg-utils
22+
23+
# - name: Define default platform-specific library names
24+
# set_fact:
25+
# glib_library: libglib2.0-0
26+
# sound_library: libasound2
27+
28+
# - name: Define new library names based on newer OS versions
29+
# set_fact:
30+
# glib_library: libglib2.0-0t64
31+
# sound_library: libasound2t64
32+
# when: >
33+
# ansible_facts['distribution'] == "Ubuntu" and ansible_facts['distribution_version'] | float >= 24.04
34+
# or ansible_facts['distribution'] == "Debian" and ansible_facts['distribution_version'] | float >= 13
35+
# or ansible_facts['distribution'] == "Debian" and ansible_lsb.codename == "trixie"
3636

3737
- block: # only use apparmor for ubuntu 24.04ff
3838
- name: Ensure the /etc/apparmor.d directory exists

0 commit comments

Comments
 (0)