Add g++ for node-sass build
This commit is contained in:
parent
c4c132bd1a
commit
bab65fbb1c
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
|||
apt:
|
||||
pkg: make
|
||||
|
||||
- name: Ensure g++ is installed
|
||||
become: true
|
||||
apt:
|
||||
pkg: g++
|
||||
|
||||
- name: Create release directory
|
||||
file: path={{ release_dir }} state=directory owner=ansible group=ansible mode=u=rwX,g=rX,o=rX
|
||||
become: true
|
||||
|
|
Loading…
Reference in a new issue