Skip to content
This repository was archived by the owner on Oct 19, 2023. It is now read-only.

Remove version locks for npm and libsass #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions 7.4/ansible/roles/flight-deck-web-build/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,9 @@
- "freetds-dev"
notify:
- clear caches
# Install node from Alpine 3.12 as Node SASS doesn't support the newer node on
# the Alpine 3.13 repos just yet.
- name: Install node
command: >
apk add
--repository https://dl-cdn.alpinelinux.org/alpine/v3.12/main
nodejs=12.22.1-r0
nodejs-npm=12.22.1-r0
libsass=3.6.4-r0
apk add nodejs nodejs-npm libsass
- name: Ensure key directories are owned by apache
file:
path: "{{ item }}"
Expand Down