File tree Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Expand file tree Collapse file tree 1 file changed +33
-33
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments