Skip to content
Snippets Groups Projects
Commit ae07c3fa authored by Lars Beckers's avatar Lars Beckers
Browse files

cdn: remove fallback config that would never be used

parent e8a646f4
No related branches found
No related tags found
1 merge request!14Bullseye Compatibility
......@@ -2,7 +2,7 @@
- name: include debian version specific vars
include_vars:
file: "{{debian_version|default('fallback')}}.yml"
file: "{{ ansible_distribution_release }}.yml"
- name: install commonly used web libraries
apt:
......
---
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