diff --git a/cdn/tasks/main.yml b/cdn/tasks/main.yml new file mode 100644 index 0000000000000000000000000000000000000000..087e9bfe389a5821086a054ef69986ed8877069c --- /dev/null +++ b/cdn/tasks/main.yml @@ -0,0 +1,12 @@ +--- + +- name: install commonly used web libraries + apt: + name: + - libjs-jquery + - libjs-bootstrap + - libjs-jquery-datatables + - libjs-jquery-ui + state: present + tags: + - cdn