Skip to content
Snippets Groups Projects
Commit f598f99c authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Update cdn role for buster

This adds the packages libjs-bootstrap4 and libjs-chart.js, which are
only available from buster onwards.
parent 2c54b2a0
No related branches found
No related tags found
No related merge requests found
---
- include_vars:
file: "{{debian_version|default('fallback')}}.yml"
- name: install commonly used web libraries
apt:
name:
- libjs-jquery
- libjs-bootstrap
- libjs-jquery-datatables
- libjs-jquery-ui
name: "{{cdn_packages}}"
state: present
tags:
- cdn
---
cdn_packages:
- libjs-bootstrap
- libjs-bootstrap4
- libjs-chart.js
- libjs-jquery
- libjs-jquery-datatables
- libjs-jquery-ui
---
cdn_packages:
- libjs-jquery
- libjs-bootstrap
- libjs-jquery-datatables
- libjs-jquery-ui
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment